Package | Description |
---|---|
graphql.language | |
graphql.parser |
Modifier and Type | Method and Description |
---|---|
OperationDefinition.Operation |
OperationDefinition.getOperation() |
static OperationDefinition.Operation |
OperationDefinition.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationDefinition.Operation[] |
OperationDefinition.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperationDefinition.Builder |
OperationDefinition.Builder.operation(OperationDefinition.Operation operation) |
Constructor and Description |
---|
OperationDefinition(String name,
OperationDefinition.Operation operation) |
OperationDefinition(String name,
OperationDefinition.Operation operation,
List<VariableDefinition> variableDefinitions,
List<Directive> directives,
SelectionSet selectionSet,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Modifier and Type | Method and Description |
---|---|
protected OperationDefinition.Operation |
GraphqlAntlrToLanguage.parseOperation(GraphqlParser.OperationTypeContext operationTypeContext) |
Copyright © 2019. All rights reserved.