OBJECT
ListPickerAttachment
A list picker attachment
link GraphQL Schema definition
- type ListPickerAttachment {
- # Identifier of the event
- : UUID!
- # Sections of the picker
- : [ListPickerAttachmentSection!]!
- # Displayed message when the visitor receives the picker
- : CardAttachment!
- # Displayed message when the visitor submits the picker
- : CardAttachment!
- }