OBJECT
ListPickerAttachmentSection
A list picker section
link GraphQL Schema definition
- type ListPickerAttachmentSection {
- # Title of the section
- String! :
- # Determines if the visitor can make multiple selections within the section
- Boolean! :
- # Ordinal position of the section
- Int :
- # Section selection items
- ListPickerAttachmentItem!]! : [
- }