Uses of Enum Class
io.smallrye.graphql.client.core.OperationType
Packages that use OperationType
-
Uses of OperationType in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return OperationTypeModifier and TypeMethodDescriptionOperation.getType()static OperationTypeReturns the enum constant of this class with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.client.core with parameters of type OperationTypeModifier and TypeMethodDescriptionstatic OperationOperation.operation(OperationType type, FieldOrFragment... fields) static OperationOperation.operation(OperationType type, String name, FieldOrFragment... fields) static OperationOperation.operation(OperationType type, String name, List<Variable> vars, FieldOrFragment... fields) static OperationOperation.operation(OperationType type, List<Variable> vars, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(OperationType type, String name, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(OperationType type, String name, List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(OperationType type, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(OperationType type, List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) voidOperation.setType(OperationType type)