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) -
Uses of SchemaExtensionDefinition in graphql.schema
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
Methods in graphql.schema.idl that return types with arguments of type SchemaExtensionDefinition