Uses of Package
com.graphql_java_generator.client.directive
Package | Description |
---|---|
com.graphql_java_generator.client.directive | |
com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Classes in com.graphql_java_generator.client.directive used by com.graphql_java_generator.client.directive Class Description Directive This object can represent both: A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated).DirectiveLocation All possible directive locationsDirectiveRegistry Registry for all GraphQL directives that are available, that is: the GraphQL standard directives and the ones that are defined in the GraphQL schema. -
Classes in com.graphql_java_generator.client.directive used by com.graphql_java_generator.client.request Class Description Directive This object can represent both: A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated).