Uses of Package
graphql.schema.idl
Packages that use graphql.schema.idl
-
Classes in graphql.schema.idl used by graphql.schema.idlClassDescriptionProvides the Java runtime value for each graphql Enum value.A runtime wiring is a specification of data fetchers, type resolvers and custom scalars that are needed to wire together a functional
GraphQLSchema
A SchemaDirectiveWiring is responsible for enhancing a runtime element based on directives placed on that element in the Schema Definition Language (SDL).SchemaDirectiveWiring
is passed this object as parameters when it builds out behaviourThese options control how the schema generation worksThis contains the helper code that allowsSchemaDirectiveWiring
implementations to be invoked during schema generation.We pass this around so we know what we have defined in a stack like manner plus it gives us helper functionsDeprecated.This class will track what orderSDLDefinition
were parsed in viaSchemaParser
andTypeDefinitionRegistry
Options to use when printing a schemaThis helps pre check the state of the type system to ensure it can be made into an executable schema.ATypeDefinitionRegistry
contains the set of type definitions that come from compiling a graphql schema definition file viaSchemaParser.parse(String)
This helper gives you access to the type info given a type definitionA type runtime wiring is a specification of the data fetchers and possible type resolver for a given type name.A WiringFactory allows you to more dynamically wire inTypeResolver
s andDataFetcher
s based on the IDL definitions.
SchemaTransformer
after the schema is built