dropDowns
No description
dropDowns(
first: Int!
orderBy: [QueryDropDownsOrderByOrderByClause!]
page: Int
where: QueryDropDownsWhereWhereConditions
): DropDownPaginator!
Arguments
dropDowns.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
dropDowns.orderBy
● [QueryDropDownsOrderByOrderByClause!]
list input
dropDowns.page
● Int
scalar
The offset from which items are returned.
dropDowns.where
● QueryDropDownsWhereWhereConditions
input
Type
DropDownPaginator
object
A paginated list of DropDown items.