Uses of Class
com.graphql_java_generator.client.directive.Directive
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of Directive in com.graphql_java_generator.client.directive
Modifier and TypeMethodDescriptionDirectiveRegistry.getDirective
(String name) Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.DirectiveRegistryImpl.getDirective
(String name) Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.Directive.getDirectiveDefinition()
Returns the definition for this GraphQL directiveModifier and TypeMethodDescriptionvoid
DirectiveRegistry.registerDirective
(Directive directive) Manually register one GraphQL directive.void
DirectiveRegistryImpl.registerDirective
(Directive type) Manually register one GraphQL directive. -
Uses of Directive in com.graphql_java_generator.client.request
Modifier and TypeMethodDescriptionstatic List<InputParameter>
InputParameter.readTokenizerForInputParameters
(QueryTokenizer qt, Directive directive, Class<?> owningClass, String fieldName, String schema) Reads a list of input parameters, from aQueryTokenizer
.