dropDownOptions
No description
dropDownOptions(
first: Int!
page: Int
): DropDownOptionPaginator!
Arguments
dropDownOptions.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
dropDownOptions.page
● Int
scalar
The offset from which items are returned.
Type
DropDownOptionPaginator
object
A paginated list of DropDownOption items.