Class GraphQLFieldImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLFieldImpl
- All Implemented Interfaces:
 GraphQLField
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
name
 - 
valueType
 - 
fieldType
 
 - 
 - 
Constructor Details
- 
GraphQLFieldImpl
 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceGraphQLField- Returns:
 - the name of the field
 
 - 
getValueType
- Specified by:
 getValueTypein interfaceGraphQLField- Returns:
 - the GraphQL value type of the field (String,Int,... etc.) Note: does not include List or Non-nullable identifiers in the type information.
 
 - 
getFieldType
- Specified by:
 getFieldTypein interfaceGraphQLField- Returns:
 - a GraphQLFieldType enum describing if the field fetches scalar value(s) or object(s).
 
 
 -