OBJECT
ListPickerResponseAttachment
A list picker response attachment
link GraphQL Schema definition
- type ListPickerResponseAttachment {
- # Identifier of the list picker event
- : UUID!
- # Items of the list picker selected by the visitor
- : [ListPickerAttachmentItem!]!
- # Items of the list picker not selected by the visitor
- : [ListPickerAttachmentItem!]!
- }