Mutations
/
create_subitem

create_subitem

Create subitem.

Arguments

  • column_values
    JSON
    The column values of the new item.
  • create_labels_if_missing
    Boolean
    Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)
  • item_name
    String!
    Required
    The new item's name.
  • parent_item_id
    ID!
    Required
    The parent item's unique identifier.

Returns

mutation create_subitem($item_name: String!, $parent_item_id: ID!) {
create_subitem(item_name: $item_name, parent_item_id: $parent_item_id) {
# create_subitem fields
}
}
create_or_get_tagcreate_webhook
Built with