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


