Package | Description |
---|---|
graphql.analysis | |
graphql.execution | |
graphql.execution.instrumentation.fieldvalidation | |
graphql.language | |
graphql.parser | |
graphql.schema | |
graphql.validation | |
graphql.validation.rules |
Modifier and Type | Method and Description |
---|---|
Field |
QueryVisitorFieldEnvironmentImpl.getField() |
Field |
QueryVisitorFieldEnvironment.getField() |
Field |
FieldComplexityEnvironment.getField() |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorWithTypeTracking.visitField(Field field,
TraverserContext<Node> context) |
Constructor and Description |
---|
FieldComplexityEnvironment(Field field,
GraphQLFieldDefinition fieldDefinition,
GraphQLCompositeType parentType,
Map<String,Object> arguments,
FieldComplexityEnvironment parentEnvironment) |
QueryVisitorFieldEnvironmentImpl(boolean typeNameIntrospectionField,
Field field,
GraphQLFieldDefinition fieldDefinition,
GraphQLOutputType parentType,
GraphQLFieldsContainer unmodifiedParentType,
QueryVisitorFieldEnvironment parentEnvironment,
Map<String,Object> arguments,
SelectionSetContainer selectionSetContainer,
TraverserContext<Node> traverserContext) |
Modifier and Type | Method and Description |
---|---|
Field |
MergedField.getSingleField()
The first of the merged fields.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
MergedField.getFields()
All merged fields
|
Modifier and Type | Method and Description |
---|---|
MergedField.Builder |
MergedField.Builder.addField(Field field) |
protected GraphQLFieldDefinition |
ExecutionStrategy.getFieldDef(ExecutionContext executionContext,
ExecutionStrategyParameters parameters,
Field field)
Called to discover the field definition give the current parameters and the AST
Field |
protected GraphQLFieldDefinition |
ExecutionStrategy.getFieldDef(GraphQLSchema schema,
GraphQLObjectType parentType,
Field field)
Called to discover the field definition give the current parameters and the AST
Field |
static String |
ExecutionStrategy.mkNameForPath(Field currentField) |
static MergedField.Builder |
MergedField.newMergedField(Field field) |
Modifier and Type | Method and Description |
---|---|
MergedField.Builder |
MergedField.Builder.fields(List<Field> fields) |
static String |
ExecutionStrategy.mkNameForPath(List<Field> currentField) |
static MergedField.Builder |
MergedField.newMergedField(List<Field> fields) |
Modifier and Type | Method and Description |
---|---|
Field |
FieldAndArguments.getField() |
Modifier and Type | Method and Description |
---|---|
Field |
Field.Builder.build() |
Field |
Field.deepCopy() |
Field |
Field.transform(Consumer<Field.Builder> builderConsumer) |
Field |
Field.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitField(Field node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitField(Field node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected Field |
GraphqlAntlrToLanguage.createField(GraphqlParser.FieldContext ctx) |
Modifier and Type | Method and Description |
---|---|
Field |
DataFetchingEnvironmentImpl.getField() |
Field |
DataFetchingEnvironment.getField() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
DataFetchingEnvironmentImpl.getFields() |
List<Field> |
DataFetchingEnvironment.getFields()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRule.checkField(Field field) |
Modifier and Type | Method and Description |
---|---|
void |
ProvidedNonNullArguments.checkField(Field field) |
void |
UniqueDirectiveNamesPerLocation.checkField(Field field) |
void |
ScalarLeafs.checkField(Field field) |
void |
FieldsOnCorrectType.checkField(Field field) |
Copyright © 2019. All rights reserved.