Skip to main content
ENUM The structural kind of a dynamic field schema node, determining how its value and any child nodes are interpreted.

Values

CHOICE
enum
A container whose child nodes are mutually exclusive; exactly one variant is selected and only that variant’s children apply.
GROUP
enum
A container whose child nodes all apply together.
SCALAR
enum
A leaf node holding a single typed value as described by its data type.