CancelBenefitInput
An input type used when cancelling a benefit
input CancelBenefitInput {
benefitId: ID!
idempotencyKey: String!
}
Fields
CancelBenefitInput.benefitId ● ID! non-null scalar
The ID of the benefit to cancel
CancelBenefitInput.idempotencyKey ● String! non-null scalar
A unique idempotency key for this request. Repeated calls with the same key return the prior result.
Member Of
cancelBenefit mutation