English
Appearance
Refer to the upstream docs for the complete type definitions. The two helpers used most often in this site are listed below.
type GeneralField = Field | VoidField | ArrayField | ObjectField
type FieldReaction = (field: GeneralField) => void