Uses of Class
graphql.schema.idl.errors.SchemaProblem
Packages that use SchemaProblem
-
Uses of SchemaProblem in graphql.schema.idl
Methods in graphql.schema.idl that return SchemaProblemModifier and TypeMethodDescriptionprivate SchemaProblem
SchemaParser.handleParseException
(InvalidSyntaxError invalidSyntaxError) Methods in graphql.schema.idl that throw SchemaProblemModifier and TypeMethodDescriptionSchemaTypeChecker.checkTypeRegistry
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) SchemaGenerator.makeExecutableSchema
(SchemaGenerator.Options options, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistry
and aRuntimeWiring
and put them together to create a executable schema controlled by the provided options.SchemaGenerator.makeExecutableSchema
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistry
and aRuntimeWiring
and put them together to create a executable schemaTypeDefinitionRegistry.merge
(TypeDefinitionRegistry typeRegistry) This will merge these type registries together and return this oneParse a file of schema definitions and create aTypeDefinitionRegistry
SchemaParser.parse
(InputStream inputStream) Parse a inputStream of schema definitions and create aTypeDefinitionRegistry
Parse a reader of schema definitions and create aTypeDefinitionRegistry
SchemaParser.parse
(Reader reader, ParserOptions parserOptions) Parse a reader of schema definitions and create aTypeDefinitionRegistry
Parse a string of schema definitions and create aTypeDefinitionRegistry