Uses of Class
io.smallrye.graphql.client.core.OperationType
-
Packages that use OperationType Package Description io.smallrye.graphql.client.core -
-
Uses of OperationType in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return OperationType Modifier and Type Method Description OperationTypeOperation. getType()static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.client.core with parameters of type OperationType Modifier and Type Method Description static 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)voidOperation. setType(OperationType type)
-