DesWorkspaceInfo
A workspace provides a flexible and secure method for managing design, manufacturing and supply content.
type DesWorkspaceInfo {
authId: String!
description: String
isDefault: Boolean!
location: DesWorkspaceLocation!
name: String!
url: String!
workspaceId: ID!
}
Fields
DesWorkspaceInfo.authId ● String! non-null scalar
The identifier of this workspace used for authorization.
DesWorkspaceInfo.description ● String scalar
The summary of this workspace content or purpose.
DesWorkspaceInfo.isDefault ● Boolean! non-null scalar
Tells if the workspace is the current user default.
DesWorkspaceInfo.location ● DesWorkspaceLocation! non-null object
The location of this workspace.
DesWorkspaceInfo.name ● String! non-null scalar
The descriptive label for this workspace.
DesWorkspaceInfo.url ● String! non-null scalar
The web address of this workspace.
DesWorkspaceInfo.workspaceId ● ID! non-null scalar
The node identifier for the workspace (used by desWorkspaceById).