Package 

Annotation FieldSet

  • All Implemented Interfaces:

    
    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 }"

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail