FetchMoreOptions$Query$GetLastCommits constructor

FetchMoreOptions$Query$GetLastCommits({
  1. required UpdateQuery updateQuery,
  2. 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);