workspaceAccountByNodeId
Reads a single WorkspaceAccount using its globally unique ID.
workspaceAccountByNodeId(
nodeId: ID!
): WorkspaceAccount
Arguments
workspaceAccountByNodeId.nodeId ● ID! non-null scalar
The globally unique ID to be used in selecting a single WorkspaceAccount.
Type
WorkspaceAccount object
A person's membership in a workspace: it links an account to a workspace with a role and a seat. This is the "member" record most member-facing features read.