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


