FetchMoreOptions$Query$GetAlarmConfigurations constructor
FetchMoreOptions$Query$GetAlarmConfigurations({
- required UpdateQuery updateQuery,
- 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,
);