FetchMoreOptions$Query$GetAlarmConfigurations constructor

FetchMoreOptions$Query$GetAlarmConfigurations({
  1. required UpdateQuery updateQuery,
  2. required Variables$Query$GetAlarmConfigurations variables,
})

Implementation

FetchMoreOptions$Query$GetAlarmConfigurations({
  required graphql.UpdateQuery updateQuery,
  required Variables$Query$GetAlarmConfigurations variables,
}) : super(
       updateQuery: updateQuery,
       variables: variables.toJson(),
       document: documentNodeQueryGetAlarmConfigurations,
     );