Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema |
Modifier and Type | Class and Description |
---|---|
class |
EnumTypeExtensionDefinition |
Modifier and Type | Method and Description |
---|---|
EnumTypeDefinition |
EnumTypeDefinition.Builder.build() |
EnumTypeDefinition |
EnumTypeDefinition.deepCopy() |
EnumTypeDefinition |
EnumTypeDefinition.transform(Consumer<EnumTypeDefinition.Builder> builderConsumer) |
EnumTypeDefinition |
EnumTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitEnumTypeDefinition(EnumTypeDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitEnumTypeDefinition(EnumTypeDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected EnumTypeDefinition |
GraphqlAntlrToLanguage.createEnumTypeDefinition(GraphqlParser.EnumTypeDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
EnumTypeDefinition |
GraphQLEnumType.getDefinition() |
Modifier and Type | Method and Description |
---|---|
GraphQLEnumType.Builder |
GraphQLEnumType.Builder.definition(EnumTypeDefinition definition) |
Constructor and Description |
---|
GraphQLEnumType(String name,
String description,
List<GraphQLEnumValueDefinition> values,
List<GraphQLDirective> directives,
EnumTypeDefinition definition)
Deprecated.
use the
GraphQLEnumType.newEnum() builder pattern instead, as this constructor will be made private in a future version. |
Copyright © 2019. All rights reserved.