Can I create 2 columns with one mutation?

hi
Im new here , I want to create a board with 2 additional columns ?
how can I possibly do it?

Hey Aviram!

Great question. At the moment you cannot create two columns in one mutation, but you do have a few options here.

  1. Create a board from a template

If you see yourself creating this board structure (with the additional two columns) often, I’d suggest creating this board structure in the web app and saving it as a template. Then, you can create a new board with these two columns using the create_board mutation and including a column ID.

  1. Use two mutations

This is simpler. If you just need to create two columns once, I’d suggest running the mutation to create a column on the board twice.

Hope that helps!

Cheers,

Dipro