Mutations
/create_item
create_item
Create a new item.
Arguments
board_idID!Required
The board's unique identifier.column_valuesJSON
The column values of the new item.create_labels_if_missingBoolean
Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)group_idString
The group's unique identifier.item_nameString!Required
The new item's name.position_relative_methodPositionRelative
The position relative method to another item (before_at / after_at)relative_toID
The item to set the position next to.
Returns
- Create a new item.
mutation create_item($board_id: ID!, $item_name: String!) { create_item(board_id: $board_id, item_name: $item_name) { # create_item fields } }
Built with