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