Greatings developers,
I’ve found from the documentation that I can create a new board using graphql using the following mutation:
mutation {
create_board (board_name: “my board”, board_kind: public) {
id
}
}
I have a requirement to create project board in Monday.com enterprise edition using graphql, but I cannot find any example. Has anyone succeeded with this? What mutation syntax can I use?
hey @paul.cannell
Bill here from monday.com 
These project type boards (and other entity boards from products like CRM) cannot be created through our API at this stage.
Currently, only Main, Private and Sharable boards of the regular boards type can be created through our API.
You should, however, be able to duplicate an existing Project board using the API using the duplicate_board mutation.
Cheers,
Bill