Uses of Class
graphql.language.SchemaExtensionDefinition
-
Packages that use SchemaExtensionDefinition Package Description graphql.language graphql.schema graphql.schema.idl -
-
Uses of SchemaExtensionDefinition in graphql.language
Methods in graphql.language that return SchemaExtensionDefinition Modifier and Type Method Description SchemaExtensionDefinitionSchemaExtensionDefinition.Builder. build()SchemaExtensionDefinitionSchemaExtensionDefinition. deepCopy()SchemaExtensionDefinitionSchemaExtensionDefinition. transformExtension(java.util.function.Consumer<SchemaExtensionDefinition.Builder> builderConsumer)SchemaExtensionDefinitionSchemaExtensionDefinition. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type SchemaExtensionDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<SchemaExtensionDefinition>AstPrinter. schemaExtensionDefinition() -
Uses of SchemaExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type SchemaExtensionDefinition Modifier and Type Field Description private java.util.List<SchemaExtensionDefinition>GraphQLSchema.Builder. extensionDefinitionsprivate com.google.common.collect.ImmutableList<SchemaExtensionDefinition>GraphQLSchema. extensionDefinitionsMethods in graphql.schema that return types with arguments of type SchemaExtensionDefinition Modifier and Type Method Description java.util.List<SchemaExtensionDefinition>GraphQLSchema. getExtensionDefinitions()Method parameters in graphql.schema with type arguments of type SchemaExtensionDefinition Modifier and Type Method Description GraphQLSchema.BuilderGraphQLSchema.Builder. extensionDefinitions(java.util.List<SchemaExtensionDefinition> extensionDefinitions) -
Uses of SchemaExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type SchemaExtensionDefinition Modifier and Type Field Description private java.util.List<SchemaExtensionDefinition>TypeDefinitionRegistry. schemaExtensionDefinitionsMethods in graphql.schema.idl that return types with arguments of type SchemaExtensionDefinition Modifier and Type Method Description java.util.List<SchemaExtensionDefinition>TypeDefinitionRegistry. getSchemaExtensionDefinitions()
-