Queries
/
items

items

Get a collection of items.

Arguments

  • exclude_nonactive
    Boolean
    Excludes items that are inactive, deleted or belong to deleted items
  • ids
    [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 list
  • page
    Int
    Defaults: 1
    Page number to get, starting at 1.

Returns

  • [Item]
    Get a collection of items.
query items($ids: [ID!]) {
items(ids: $ids) {
# items fields
}
}
foldersitems_page_by_column_values
Built with