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