EnumValuesProvider |
Provides the Java runtime value for each graphql Enum value.
|
FieldWiringEnvironment |
|
InterfaceWiringEnvironment |
|
RuntimeWiring |
A runtime wiring is a specification of data fetchers, type resolvers and custom scalars that are needed
to wire together a functional GraphQLSchema
|
RuntimeWiring.Builder |
|
ScalarWiringEnvironment |
|
SchemaDirectiveWiring |
A SchemaDirectiveWiring is responsible for enhancing a runtime element based on directives placed on that
element in the Schema Definition Language (SDL).
|
SchemaDirectiveWiringEnvironment |
|
SchemaGenerator.Options |
These options control how the schema generation works
|
SchemaGeneratorDirectiveHelper |
This contains the helper code that allows SchemaDirectiveWiring implementations
to be invoked during schema generation.
|
SchemaGeneratorDirectiveHelper.EnvBuilder |
|
SchemaGeneratorDirectiveHelper.EnvInvoker |
|
SchemaGeneratorDirectiveHelper.Parameters |
|
SchemaGeneratorHelper |
|
SchemaGeneratorHelper.BuildContext |
We pass this around so we know what we have defined in a stack like manner plus
it gives us helper functions
|
SchemaGeneratorPostProcessing |
Deprecated.
|
SchemaParseOrder |
|
SchemaPrinter.Options |
Options to use when printing a schema
|
SchemaPrinter.SchemaElementPrinter |
|
SchemaTypeChecker |
This helps pre check the state of the type system to ensure it can be made into an executable schema.
|
TypeDefinitionRegistry |
|
TypeInfo |
This helper gives you access to the type info given a type definition
|
TypeRuntimeWiring |
A type runtime wiring is a specification of the data fetchers and possible type resolver for a given type name.
|
TypeRuntimeWiring.Builder |
|
UnionWiringEnvironment |
|
WiringEnvironment |
|
WiringFactory |
A WiringFactory allows you to more dynamically wire in TypeResolver s and DataFetcher s
based on the IDL definitions.
|