Mutations
/
create_workspace

create_workspace

Create a new workspace.

Arguments

  • account_product_id
    ID
    The account product's id
  • description
    String
    The Workspace's description
  • kind
    WorkspaceKind!
    Required
    The workspace's kind (open / closed / template)
  • name
    String!
    Required
    The Workspace's name

Returns

mutation create_workspace($kind: WorkspaceKind!, $name: String!) {
create_workspace(kind: $kind, name: $name) {
# create_workspace fields
}
}
create_webhookdelete_board
Built with