java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLFieldImpl
All Implemented Interfaces:
GraphQLField

public class GraphQLFieldImpl extends Object implements GraphQLField
  • Field Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface GraphQLField
      Returns:
      the name of the field
    • getValueType

      public String getValueType()
      Specified by:
      getValueType in interface GraphQLField
      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

      public GraphQLFieldType getFieldType()
      Specified by:
      getFieldType in interface GraphQLField
      Returns:
      a GraphQLFieldType enum describing if the field fetches scalar value(s) or object(s).