readQuery$getQuestionsbyFormWithResponsesStatsPaginated method
Query$getQuestionsbyFormWithResponsesStatsPaginated?
readQuery$getQuestionsbyFormWithResponsesStatsPaginated({
- required Variables$Query$getQuestionsbyFormWithResponsesStatsPaginated variables,
- bool optimistic = true,
Implementation
Query$getQuestionsbyFormWithResponsesStatsPaginated?
readQuery$getQuestionsbyFormWithResponsesStatsPaginated({
required Variables$Query$getQuestionsbyFormWithResponsesStatsPaginated
variables,
bool optimistic = true,
}) {
final result = this.readQuery(
graphql.Request(
operation: graphql.Operation(
document:
documentNodeQuerygetQuestionsbyFormWithResponsesStatsPaginated),
variables: variables.toJson(),
),
optimistic: optimistic,
);
return result == null
? null
: Query$getQuestionsbyFormWithResponsesStatsPaginated.fromJson(result);
}