- All Superinterfaces:
- Buildable
- All Known Subinterfaces:
- Field, FragmentReference, InlineFragment
public interface FieldOrFragment
extends Buildable
Represents one of these nodes in a GraphQL document:
- regular field (name), for example "color"
- reference to a named fragment, for example "...comparisonFields"
- an inline fragment, for example ("... on Person { name } ")