Uses of Interface
io.smallrye.graphql.client.core.Directive
-
Packages that use Directive Package Description io.smallrye.graphql.client.core -
-
Uses of Directive in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return Directive Modifier and Type Method Description static DirectiveDirective. directive(String name)static DirectiveDirective. directive(String name, DirectiveArgument... directiveArguments)Methods in io.smallrye.graphql.client.core that return types with arguments of type Directive Modifier and Type Method Description static List<Directive>Directive. directives(Directive... directives)List<Directive>Field. getDirectives()List<Directive>InlineFragment. getDirectives()List<Directive>Operation. getDirectives()List<Directive>Variable. getDirectives()Methods in io.smallrye.graphql.client.core with parameters of type Directive Modifier and Type Method Description static List<Directive>Directive. directives(Directive... directives)static FieldField. fieldWithDirectives(String name, Directive... directives)Method parameters in io.smallrye.graphql.client.core with type arguments of type Directive Modifier and Type Method Description static FieldField. fieldWithDirectives(String name, List<Directive> directives, FieldOrFragment... fields)static InlineFragmentInlineFragment. on(String type, List<Directive> directives, FieldOrFragment... fields)static OperationOperation. operationWithDirectives(OperationType type, String name, List<Directive> directives, FieldOrFragment... fields)static OperationOperation. operationWithDirectives(OperationType type, List<Directive> directives, FieldOrFragment... fields)static OperationOperation. operationWithDirectives(String name, List<Directive> directives, FieldOrFragment... fields)static OperationOperation. operationWithDirectives(List<Directive> directives, FieldOrFragment... fields)voidField. setDirectives(List<Directive> directives)voidInlineFragment. setDirectives(List<Directive> directives)voidOperation. setDirectives(List<Directive> directives)voidVariable. setDirectives(List<Directive> directives)static VariableVariable. varWithDirectives(String name, ScalarType scalarType, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, ScalarType scalarType, List<Directive> directives)static VariableVariable. varWithDirectives(String name, VariableType varType, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, VariableType varType, List<Directive> directives)static VariableVariable. varWithDirectives(String name, String objectTypeName, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, String objectTypeName, List<Directive> directives)
-