ExtraFieldAnswer

Extra field answers are the submitted values of an extra field by a customer

Fields

extraFieldId (ID!)

ID to identify the associated extra field

fieldType (String!)

Possible types: single_line, multi_line, date, single_select

id (ID)

ID to identify the extra field answer with

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

subscription (Subscription!)

value (String)

visibility (String!)

Enum with public or internal.

Last updated