| Interface | Description |
|---|---|
| QueryDirectives |
This gives you access to the immediate directives on a
MergedField. |
| Class | Description |
|---|---|
| DirectivesResolver |
This turns AST directives into runtime directives with resolved types and so on
|
| QueryAppliedDirective |
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 an
QueryAppliedDirective. |
| QueryAppliedDirectiveArgument.Builder | |
| QueryDirectivesImpl |
These objects are ALWAYS in the context of a single MergedField
Also note we compute these values lazily
|