CreateWorkspaceInput
Input for creating a workspace within an organization.
input CreateWorkspaceInput {
ownerID: String!
name: String!
}
Fields
CreateWorkspaceInput.ownerID ● String! non-null scalar
The organization alias the workspace belongs to.
CreateWorkspaceInput.name ● String! non-null scalar
Display name for the workspace.
Member Of
createWorkspace mutation