Package com.graphql_java_generator.client.directive

  • Interface Summary 
    Interface Description
    DirectiveRegistry
    Registry for all GraphQL directives that are available, that is: the GraphQL standard directives and the ones that are defined in the GraphQL schema.
  • Class Summary 
    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).
    DirectiveRegistryImpl  
  • Enum Summary 
    Enum Description
    DirectiveLocation
    All possible directive locations