Objects
/
Group

Group

A group of items in a board.

Fields

  • archived
    Boolean
    Is the group archived or not.
  • color
    String!
    Required
    The group's color.
  • deleted
    Boolean
    Is the group deleted or not.
  • id
    ID!
    Required
    The group's unique identifier.
  • items_page
    ItemsResponse!
    Required
    The items in the group.
    • cursor
      String
      An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.
    • limit
      Int!
      Required
      Defaults: 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.
    • query_params
      ItemsQuery
      A set of parameters to filter, sort, and control the scope of the items query. Use this to customize the results based on specific criteria.
  • position
    String!
    Required
    The group's position in the board.
  • title
    String!
    Required
    The group's title.
FormulaValueGroupValue
Built with