@PublicApi public class FieldComplexityEnvironment extends Object
Constructor and Description |
---|
FieldComplexityEnvironment(Field field,
GraphQLFieldDefinition fieldDefinition,
GraphQLCompositeType parentType,
Map<String,Object> arguments,
FieldComplexityEnvironment parentEnvironment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getArguments() |
Field |
getField() |
GraphQLFieldDefinition |
getFieldDefinition() |
FieldComplexityEnvironment |
getParentEnvironment() |
GraphQLCompositeType |
getParentType() |
int |
hashCode() |
String |
toString() |
public FieldComplexityEnvironment(Field field, GraphQLFieldDefinition fieldDefinition, GraphQLCompositeType parentType, Map<String,Object> arguments, FieldComplexityEnvironment parentEnvironment)
public Field getField()
public GraphQLFieldDefinition getFieldDefinition()
public GraphQLCompositeType getParentType()
public FieldComplexityEnvironment getParentEnvironment()
Copyright © 2019. All rights reserved.