Skip to main content

workspaceAccountRoleByNodeId

Reads a single WorkspaceAccountRole using its globally unique ID.

workspaceAccountRoleByNodeId(
nodeId: ID!
): WorkspaceAccountRole

Arguments

workspaceAccountRoleByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single WorkspaceAccountRole.

Type

WorkspaceAccountRole object

The member-to-role junction (RBAC). Multiple live rows for one member mean multiple roles, and effective permissions are the union across them. Soft-deleting a row (via revokeRole) makes the assignment inert.