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
GraphQLSchemaA SchemaDirectiveWiring is responsible for enhancing a runtime element based on directives placed on that element in the Schema Definition Language (SDL).SchemaDirectiveWiringis passed this object as parameters when it builds out behaviourThese options control how the schema generation worksThis contains the helper code that allowsSchemaDirectiveWiringimplementations 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 orderSDLDefinitionwere parsed in viaSchemaParserandTypeDefinitionRegistryOptions 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.ATypeDefinitionRegistrycontains 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 inTypeResolvers andDataFetchers based on the IDL definitions.
SchemaTransformerafter the schema is built