menu
sunny_graphql package
documentation
sunny_graphql_models.dart
GraphOperation
GraphOperation.new constructor
GraphOperation.new constructor
dark_mode
light_mode
GraphOperation
constructor
GraphOperation
(
String
operationName
,
String
operationType
,
DocumentNode
operation
)
Implementation
GraphOperation( this.operationName, this.operationType, this.operation, );
sunny_graphql package
documentation
sunny_graphql_models
GraphOperation
GraphOperation.new constructor
GraphOperation class