INPUT_OBJECT

CancelSubscriptionGiftInput

Inputs for the mutation. Gift to be canceled by productID and originID.

link GraphQL Schema definition

1input CancelSubscriptionGiftInput {
4
2# originID is the origin id created during the gift purchase.
3originID: ID!
7
5# productID is the ticket product id for this gift.
6productID: ID!
8}