Package graphql.execution.directives
-
Interface Summary Interface Description QueryDirectives This gives you access to the immediate directives on aMergedField
.QueryDirectives.Builder -
Class Summary Class Description DirectivesResolver This turns AST directives into runtime directives with resolved types and so onQueryAppliedDirective An applied directive represents the instance of a directive that is applied to a query element such as a field or fragment.QueryAppliedDirective.Builder QueryAppliedDirectiveArgument This represents the argument values that can be placed on anQueryAppliedDirective
.QueryAppliedDirectiveArgument.Builder QueryDirectivesBuilder QueryDirectivesImpl These objects are ALWAYS in the context of a single MergedField