FetchMoreOptions$Query$findPredefinedQuestsByTargetWithRepeatDate constructor

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