UnassignRoleAndRestorePlaceholderInput
No description
input UnassignRoleAndRestorePlaceholderInput {
accordMemberId: String!
workspacePlaceholderRoleIds: [String!]
}
Fields
UnassignRoleAndRestorePlaceholderInput.accordMemberId ● String! non-null scalar
The accord member whose assigned placeholder role(s) are being unassigned.
UnassignRoleAndRestorePlaceholderInput.workspacePlaceholderRoleIds ● [String!] list scalar
Specific workspace placeholder role ids to unassign. When omitted, all placeholder roles held by the member are unassigned.
Member Of
unassignRoleAndRestorePlaceholder mutation