ExtraFieldInterface
An interface for common ExtraField information on ExtraField and ExtraFieldAnswer.
Fields
fieldType (String!)
Possible types: single_line, multi_line, date, single_select
name (String!)
Name of the extra field
position (Int)
The extra fields should be ordered by this field
required (Boolean!)
Field is required to be filled
selectOptions ([String!])
Possible options when fieldType is dropdown
visibility (String!)
Enum with public or internal.
Last updated