WorkspaceAccountRoleInput
An input for mutations affecting WorkspaceAccountRole
input WorkspaceAccountRoleInput {
id: String
workspaceAccountId: String!
roleId: String!
assignedBy: String
assignedAt: Datetime
version: Int
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
WorkspaceAccountRoleInput.id ● String scalar
WorkspaceAccountRoleInput.workspaceAccountId ● String! non-null scalar
WorkspaceAccountRoleInput.roleId ● String! non-null scalar
WorkspaceAccountRoleInput.assignedBy ● String scalar
The member who assigned this role.
WorkspaceAccountRoleInput.assignedAt ● Datetime scalar
When the role was assigned to the member.