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 SchemaProblemSchemaParser.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 aTypeDefinitionRegistryand aRuntimeWiringand put them together to create a executable schema controlled by the provided options.SchemaGenerator.makeExecutableSchema(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistryand aRuntimeWiringand 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 aTypeDefinitionRegistrySchemaParser.parse(InputStream inputStream) Parse a inputStream of schema definitions and create aTypeDefinitionRegistryParse a reader of schema definitions and create aTypeDefinitionRegistrySchemaParser.parse(Reader reader, ParserOptions parserOptions) Parse a reader of schema definitions and create aTypeDefinitionRegistryParse a string of schema definitions and create aTypeDefinitionRegistry