Package 

Annotation FieldSet


  • 
    public @interface FieldSet
    
                        

    Annotation representing _FieldSet scalar type that is used to represent a set of fields.

    Field set can represent:

    • single field, e.g. "id"

    • multiple fields, e.g. "id name"

    • nested selection sets, e.g. "id user { name }"

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value