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 |
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 |