Uses of Class
graphql.schema.idl.errors.SchemaProblem
-
Packages that use SchemaProblem Package Description graphql.schema.idl -
-
Uses of SchemaProblem in graphql.schema.idl
Methods in graphql.schema.idl that return SchemaProblem Modifier and Type Method Description private SchemaProblemSchemaParser. handleParseException(InvalidSyntaxError invalidSyntaxError)Methods in graphql.schema.idl that throw SchemaProblem Modifier and Type Method Description java.util.List<GraphQLError>SchemaTypeChecker. checkTypeRegistry(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring)GraphQLSchemaSchemaGenerator. 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.GraphQLSchemaSchemaGenerator. makeExecutableSchema(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring)This will take aTypeDefinitionRegistryand aRuntimeWiringand put them together to create a executable schemaTypeDefinitionRegistryTypeDefinitionRegistry. merge(TypeDefinitionRegistry typeRegistry)This will merge these type registries together and return this oneTypeDefinitionRegistrySchemaParser. parse(java.io.File file)Parse a file of schema definitions and create aTypeDefinitionRegistryTypeDefinitionRegistrySchemaParser. parse(java.io.InputStream inputStream)Parse a inputStream of schema definitions and create aTypeDefinitionRegistryTypeDefinitionRegistrySchemaParser. parse(java.io.Reader reader)Parse a reader of schema definitions and create aTypeDefinitionRegistryTypeDefinitionRegistrySchemaParser. parse(java.io.Reader reader, ParserOptions parserOptions)Parse a reader of schema definitions and create aTypeDefinitionRegistryTypeDefinitionRegistrySchemaParser. parse(java.lang.String schemaInput)Parse a string of schema definitions and create aTypeDefinitionRegistry
-