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 SchemaExtensionDefinition
SchemaExtensionDefinition.Builder. build()
SchemaExtensionDefinition
SchemaExtensionDefinition. deepCopy()
SchemaExtensionDefinition
SchemaExtensionDefinition. transformExtension(java.util.function.Consumer<SchemaExtensionDefinition.Builder> builderConsumer)
SchemaExtensionDefinition
SchemaExtensionDefinition. 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. extensionDefinitions
private com.google.common.collect.ImmutableList<SchemaExtensionDefinition>
GraphQLSchema. extensionDefinitions
Methods 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.Builder
GraphQLSchema.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. schemaExtensionDefinitions
Methods in graphql.schema.idl that return types with arguments of type SchemaExtensionDefinition Modifier and Type Method Description java.util.List<SchemaExtensionDefinition>
TypeDefinitionRegistry. getSchemaExtensionDefinitions()
-