Queries
/items
items
Get a collection of items.
Arguments
exclude_nonactive
Boolean
Excludes items that are inactive, deleted or belong to deleted itemsids
[ID!]
Required
A list of items unique identifiers.limit
Int
Defaults: 25
Number of items to get, the default is 25.newest_first
Boolean
Get the recently created items at the top of the listpage
Int
Defaults: 1
Page number to get, starting at 1.
Returns
- Get a collection of items.
query items($ids: [ID!]) { items(ids: $ids) { # items fields } }
Built with