Interface | Description |
---|---|
IntrospectionDataFetcher<T> |
Special DataFetcher which is only used inside
Introspection |
IntrospectionDataFetchingEnvironment |
Extracted from
DataFetchingEnvironment to only capture
the data really needed for Introspection |
IntrospectionQuery | |
IntrospectionWithDirectivesSupport.DirectivePredicate |
A callback which allows you to decide what directives may be included
in introspection extensions
|
IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment |
The parameter environment on a call to
IntrospectionWithDirectivesSupport.DirectivePredicate |
Class | Description |
---|---|
Introspection | |
IntrospectionResultToSchema | |
IntrospectionWithDirectivesSupport |
The graphql specification does not allow you to retrieve the directives and their argument values that
are present on types, enums, fields and input fields, so this class allows you to change the schema
and enhance the Introspection types to contain this information.
|
Enum | Description |
---|---|
Introspection.DirectiveLocation | |
Introspection.TypeKind |