public 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 }"
_FieldSetKt.getFIELD_SET_SCALAR_TYPE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
value()
field set that represents a set of fields forming the key
|