Interface GraphQLField


public interface GraphQLField
Common interface implemented by all GraphQL POJO field name enumerations.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFieldName()
    Returns the field name of the field
    java.lang.Class<?> getGraphQLType()
    Returns the GraphQL class which declares the field
  • Method Details

    • getFieldName

      java.lang.String getFieldName()
      Returns the field name of the field
      Returns:
    • getGraphQLType

      java.lang.Class<?> getGraphQLType()
      Returns the GraphQL class which declares the field
      Returns: