DropDownOptionPaginator
A paginated list of DropDownOption items.
type DropDownOptionPaginator {
paginatorInfo: PaginatorInfo!
data: [DropDownOption!]!
}
Fields
DropDownOptionPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
DropDownOptionPaginator.data ● [DropDownOption!]! non-null object
A list of DropDownOption items.
Returned By
dropDownOptions query


