Uses of Interface
io.smallrye.graphql.client.core.Directive
Packages that use Directive
-
Uses of Directive in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return DirectiveModifier and TypeMethodDescriptionstatic Directivestatic DirectiveDirective.directive(String name, DirectiveArgument... directiveArguments) Methods in io.smallrye.graphql.client.core that return types with arguments of type DirectiveModifier and TypeMethodDescriptionDirective.directives(Directive... directives) Field.getDirectives()Fragment.getDirectives()FragmentReference.getDirectives()InlineFragment.getDirectives()Operation.getDirectives()Variable.getDirectives()Methods in io.smallrye.graphql.client.core with parameters of type DirectiveModifier and TypeMethodDescriptionDirective.directives(Directive... directives) static FieldField.fieldWithDirectives(String name, Directive... directives) static FragmentReferenceFragmentReference.fragmentRefWithDirective(Fragment fragment, Directive... directives) Create a fragment reference by providing a built instance of a named fragment and directives.static FragmentReferenceFragmentReference.fragmentRefWithDirective(String name, Directive... directives) Create a fragment reference by specifying the name of the target fragment and directives.Method parameters in io.smallrye.graphql.client.core with type arguments of type DirectiveModifier and TypeMethodDescriptionstatic FieldField.fieldWithDirectives(String name, List<Directive> directives, FieldOrFragment... fields) Fragment.FragmentBuilder.on(String targetType, List<Directive> directives, FieldOrFragment... fields) static InlineFragmentInlineFragment.on(String type, List<Directive> directives, FieldOrFragment... fields) static InlineFragmentInlineFragment.on(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) voidFragment.setDirectives(List<Directive> directives) voidFragmentReference.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)