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:
getName
in interfaceGraphQLField
- Returns:
- the name of the field
-
getValueType
- Specified by:
getValueType
in 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:
getFieldType
in interfaceGraphQLField
- Returns:
- a GraphQLFieldType enum describing if the field fetches scalar value(s) or object(s).
-