cancelPaymentThis mutation cancels payment by ID. This can be called by an organization admin.Arguments NameTypeDescriptionRequiredpaymentIDUUID1The payment ID.YesorgIDUUID1The organization ID.Yes Return NameTypeDescriptionN/ABooleanConfirmation whether the payment is canceled. Mutation Schema cancelPaymenttype mutation{ cancelPayment(paymentID: UUID1! orgID: UUID1!): Boolean! }