OBJECT

ListPickerAttachmentSection

A list picker section

link GraphQL Schema definition

  • type ListPickerAttachmentSection {
  • # Title of the section
  • title: String!
  • # Determines if the visitor can make multiple selections within the section
  • multipleSelection: Boolean!
  • # Ordinal position of the section
  • order: Int
  • # Section selection items
  • items: [ListPickerAttachmentItem!]!
  • }