FetchMoreOptions$Query$getQuestionsbyFormWithResponsesStatsPaginated constructor

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