OBJECT

ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextWorkspace

User's workspace information.

link GraphQL Schema definition

1type ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextWorkspace {
2
3# The user's active task name.
4task: String
9
5# The user's active task group name.
6taskGroup: String
9
7# The user's active workspace name.
8workspaceName: String
10
11}