UpsertApprovalReviewersInput
No description
input UpsertApprovalReviewersInput {
workspace_id: ID
user_ids: [ID!]!
}
Fields
UpsertApprovalReviewersInput.workspace_id ● ID scalar
UpsertApprovalReviewersInput.user_ids ● [ID!]! non-null scalar
Member Of
upsertApprovalReviewers mutation


