OBJECT

ListPickerResponseAttachment

A list picker response attachment

link GraphQL Schema definition

  • type ListPickerResponseAttachment {
  • # Identifier of the list picker event
  • correlationId: UUID!
  • # Items of the list picker selected by the visitor
  • selectedItems: [ListPickerAttachmentItem!]!
  • # Items of the list picker not selected by the visitor
  • notSelectedItems: [ListPickerAttachmentItem!]!
  • }