Mutations
/create_workspace
create_workspace
Create a new workspace.
Arguments
account_product_id
ID
The account product's iddescription
String
The Workspace's descriptionkind
WorkspaceKind!
Required
The workspace's kind (open / closed / template)name
String!
Required
The Workspace's name
Returns
- Create a new workspace.
mutation create_workspace($kind: WorkspaceKind!, $name: String!) { create_workspace(kind: $kind, name: $name) { # create_workspace fields } }
Built with