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