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!
marketingBadge: String!
name: String!
url: String!
vendor: DesWorkspaceVendor!
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.