Queries
/items_page_by_column_values
items_page_by_column_values
Search items by multiple columns and values.
Arguments
board_idID!Required
The board's unique identifier.columns[ItemsPageByColumnValuesQuery!]Required
One or more columns, and their values to search items by.cursorString
An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.limitInt!RequiredDefaults: 25
The maximum number of items to fetch in a single request. Use this to control the size of the result set and manage pagination. Maximum: 500.
Returns
ItemsResponse!Required
Search items by multiple columns and values.
query items_page_by_column_values($board_id: ID!, $columns: [ItemsPageByColumnValuesQuery!], $limit: Int! = "25") { items_page_by_column_values( board_id: $board_id columns: $columns limit: $limit ) { # items_page_by_column_values fields } }
Built with