public class ResolvedField extends Object
| Constructor and Description |
|---|
ResolvedField(graphql.language.Field field,
graphql.schema.GraphQLFieldDefinition fieldDefinition,
Map<String,Object> arguments) |
ResolvedField(graphql.language.Field field,
graphql.schema.GraphQLFieldDefinition fieldDefinition,
Map<String,Object> arguments,
Map<String,ResolvedField> children) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getArguments() |
Map<String,ResolvedField> |
getChildren() |
int |
getComplexityScore() |
graphql.language.Field |
getField() |
graphql.schema.GraphQLFieldDefinition |
getFieldDefinition() |
graphql.schema.GraphQLOutputType |
getFieldType() |
String |
getName() |
Resolver |
getResolver() |
void |
setComplexityScore(int complexityScore) |
String |
toString() |
public ResolvedField(graphql.language.Field field,
graphql.schema.GraphQLFieldDefinition fieldDefinition,
Map<String,Object> arguments)
public String getName()
public graphql.language.Field getField()
public graphql.schema.GraphQLFieldDefinition getFieldDefinition()
public graphql.schema.GraphQLOutputType getFieldType()
public Map<String,ResolvedField> getChildren()
public int getComplexityScore()
public void setComplexityScore(int complexityScore)
public Resolver getResolver()
Copyright © 2016–2017. All rights reserved.