FetchMoreOptions$Query$GetLastCommits constructor
FetchMoreOptions$Query$GetLastCommits({
- required UpdateQuery updateQuery,
- required Variables$Query$GetLastCommits variables,
Implementation
FetchMoreOptions$Query$GetLastCommits(
{required graphql.UpdateQuery updateQuery,
required Variables$Query$GetLastCommits variables})
: super(
updateQuery: updateQuery,
variables: variables.toJson(),
document: documentNodeQueryGetLastCommits);