Mutations
/create_or_get_tag
create_or_get_tag
Create a new tag or get it if it already exists.
Arguments
board_id
ID
The private board id to create the tag at (not needed for public boards)tag_name
String
The new tag's name.
Returns
- Create a new tag or get it if it already exists.
mutation create_or_get_tag($board_id: ID) { create_or_get_tag(board_id: $board_id) { # create_or_get_tag fields } }
Built with