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


