Queries
/items
items
Get a collection of items.
Arguments
exclude_nonactiveBoolean
Excludes items that are inactive, deleted or belong to deleted itemsids[ID!]Required
A list of items unique identifiers.limitIntDefaults: 25
Number of items to get, the default is 25.newest_firstBoolean
Get the recently created items at the top of the listpageIntDefaults: 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