Uses of Class
graphql.language.SchemaDefinition
-
Packages that use SchemaDefinition Package Description graphql.language graphql.parser graphql.schema graphql.schema.diff graphql.schema.idl graphql.schema.idl.errors -
-
Uses of SchemaDefinition in graphql.language
Subclasses of SchemaDefinition in graphql.language Modifier and Type Class Description classSchemaExtensionDefinitionMethods in graphql.language that return SchemaDefinition Modifier and Type Method Description SchemaDefinitionSchemaDefinition.Builder. build()SchemaDefinitionSchemaDefinition. deepCopy()SchemaDefinitionSchemaDefinition. transform(java.util.function.Consumer<SchemaDefinition.Builder> builderConsumer)SchemaDefinitionSchemaDefinition. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type SchemaDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<SchemaDefinition>AstPrinter. schemaDefinition()Methods in graphql.language with parameters of type SchemaDefinition Modifier and Type Method Description TraversalControlNodeVisitor. visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type SchemaDefinition Constructor Description Builder(SchemaDefinition existing)Builder(SchemaDefinition existing) -
Uses of SchemaDefinition in graphql.parser
Methods in graphql.parser that return SchemaDefinition Modifier and Type Method Description protected SchemaDefinitionGraphqlAntlrToLanguage. createSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx) -
Uses of SchemaDefinition in graphql.schema
Fields in graphql.schema declared as SchemaDefinition Modifier and Type Field Description private SchemaDefinitionGraphQLSchema.Builder. definitionprivate SchemaDefinitionGraphQLSchema. definitionMethods in graphql.schema that return SchemaDefinition Modifier and Type Method Description @Nullable SchemaDefinitionGraphQLSchema. getDefinition()Methods in graphql.schema with parameters of type SchemaDefinition Modifier and Type Method Description GraphQLSchema.BuilderGraphQLSchema.Builder. definition(SchemaDefinition definition) -
Uses of SchemaDefinition in graphql.schema.diff
Methods in graphql.schema.diff that return types with arguments of type SchemaDefinition Modifier and Type Method Description private java.util.Optional<SchemaDefinition>SchemaDiff. getSchemaDef(Document document)Methods in graphql.schema.diff with parameters of type SchemaDefinition Modifier and Type Method Description private java.util.Optional<OperationTypeDefinition>SchemaDiff. getOpDef(java.lang.String opName, SchemaDefinition schemaDef)Method parameters in graphql.schema.diff with type arguments of type SchemaDefinition Modifier and Type Method Description private voidSchemaDiff. checkOperation(DiffCtx ctx, java.lang.String opName, java.util.Optional<SchemaDefinition> oldSchemaDef, java.util.Optional<SchemaDefinition> newSchemaDef) -
Uses of SchemaDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaDefinition Modifier and Type Field Description private SchemaDefinitionTypeDefinitionRegistry. schemaMethods in graphql.schema.idl that return types with arguments of type SchemaDefinition Modifier and Type Method Description java.util.Optional<SchemaDefinition>TypeDefinitionRegistry. schemaDefinition()Methods in graphql.schema.idl with parameters of type SchemaDefinition Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,OperationTypeDefinition>SchemaExtensionsChecker. gatherOperationDefs(java.util.List<GraphQLError> errors, SchemaDefinition schema, java.util.List<SchemaExtensionDefinition> schemaExtensionDefinitions) -
Uses of SchemaDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type SchemaDefinition Constructor Description SchemaRedefinitionError(SchemaDefinition oldEntry, SchemaDefinition newEntry)
-