Package | Description |
---|---|
graphql.execution | |
graphql.execution.nextgen |
WARNING: All code in this package is a work in progress for a new execution engine.
|
graphql.language | |
graphql.parser | |
graphql.schema | |
graphql.validation | |
graphql.validation.rules |
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
ExecutionContext.getOperationDefinition() |
Modifier and Type | Method and Description |
---|---|
ExecutionContextBuilder |
ExecutionContextBuilder.operationDefinition(OperationDefinition operationDefinition) |
Modifier and Type | Method and Description |
---|---|
static GraphQLObjectType |
Common.getOperationRootType(GraphQLSchema graphQLSchema,
OperationDefinition operationDefinition) |
Modifier and Type | Field and Description |
---|---|
OperationDefinition |
NodeUtil.GetOperationResult.operationDefinition |
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
OperationDefinition.Builder.build() |
OperationDefinition |
OperationDefinition.deepCopy() |
OperationDefinition |
OperationDefinition.transform(Consumer<OperationDefinition.Builder> builderConsumer) |
OperationDefinition |
OperationDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitOperationDefinition(OperationDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitOperationDefinition(OperationDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected OperationDefinition |
GraphqlAntlrToLanguage.createOperationDefinition(GraphqlParser.OperationDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
DataFetchingEnvironmentImpl.getOperationDefinition() |
OperationDefinition |
DataFetchingEnvironment.getOperationDefinition() |
Modifier and Type | Method and Description |
---|---|
DataFetchingEnvironmentImpl.Builder |
DataFetchingEnvironmentImpl.Builder.operationDefinition(OperationDefinition operationDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRule.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
AbstractRule.leaveOperationDefinition(OperationDefinition operationDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
VariableTypesMatchRule.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
UniqueOperationNames.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
UniqueDirectiveNamesPerLocation.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
NoUnusedVariables.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
NoUnusedFragments.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
NoUndefinedVariables.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
LoneAnonymousOperation.checkOperationDefinition(OperationDefinition operationDefinition) |
void |
NoUnusedVariables.leaveOperationDefinition(OperationDefinition operationDefinition) |
Copyright © 2019. All rights reserved.