Uses of Class
graphql.language.SchemaExtensionDefinition
Packages that use SchemaExtensionDefinition
-
Uses of SchemaExtensionDefinition in graphql.language
Methods in graphql.language that return SchemaExtensionDefinitionModifier and TypeMethodDescriptionSchemaExtensionDefinition.Builder.build()
SchemaExtensionDefinition.deepCopy()
SchemaExtensionDefinition.transformExtension
(Consumer<SchemaExtensionDefinition.Builder> builderConsumer) SchemaExtensionDefinition.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type SchemaExtensionDefinition -
Uses of SchemaExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type SchemaExtensionDefinitionModifier and TypeFieldDescriptionprivate List
<SchemaExtensionDefinition> GraphQLSchema.Builder.extensionDefinitions
private final com.google.common.collect.ImmutableList
<SchemaExtensionDefinition> GraphQLSchema.extensionDefinitions
Methods in graphql.schema that return types with arguments of type SchemaExtensionDefinitionMethod parameters in graphql.schema with type arguments of type SchemaExtensionDefinitionModifier and TypeMethodDescriptionGraphQLSchema.Builder.extensionDefinitions
(List<SchemaExtensionDefinition> extensionDefinitions) -
Uses of SchemaExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type SchemaExtensionDefinitionModifier and TypeFieldDescriptionprivate final List
<SchemaExtensionDefinition> TypeDefinitionRegistry.schemaExtensionDefinitions
Methods in graphql.schema.idl that return types with arguments of type SchemaExtensionDefinition