Mutations
/update_group
update_group
Update an existing group.
Arguments
board_id
ID!
Required
The board's unique identifier.group_attribute
GroupAttributes!
Required
The groups's attribute to update (title / color / position / relative_position_after / relative_position_before)group_id
String!
Required
The Group's unique identifier.new_value
String!
Required
The new attribute value.
Returns
- Update an existing group.
mutation update_group($board_id: ID!, $group_attribute: GroupAttributes!, $group_id: String!, $new_value: String!) { update_group( board_id: $board_id group_attribute: $group_attribute group_id: $group_id new_value: $new_value ) { # update_group fields } }
Built with