Uses of Class
com.predic8.membrane.core.graphql.model.OperationType
Packages that use OperationType
-
Uses of OperationType in com.predic8.membrane.core.graphql.model
Methods in com.predic8.membrane.core.graphql.model that return OperationTypeConstructors in com.predic8.membrane.core.graphql.model with parameters of type OperationTypeModifierConstructorDescriptionOperationDefinition(OperationType operationType, String name, List<VariableDefinition> variableDefinitions, List<Directive> directives, List<Selection> selections) RootOperationTypeDefinition(OperationType operationType, NamedType type)