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