RevokeRoleInput
No description
input RevokeRoleInput {
workspaceAccountId: String!
roleId: String!
}
Fields
RevokeRoleInput.workspaceAccountId ● String! non-null scalar
The workspace seat to revoke the role from.
RevokeRoleInput.roleId ● String! non-null scalar
The role to revoke.
Member Of
revokeRole mutation