We recently expanded the create_group
and update_group
mutations!
You can now use the position argument or attribute to create a new group with a specific position or update a group’s position.
A group’s position is determined using a string with a numeric value. The higher the number, the lower the group sits; the lower the number, the higher the group sits.
If you send any special characters or letters, the group will automatically go to the top of the board. You will get an error if you send a number
instead of a string
.
Check out our examples to see it in action. Happy positioning!