Skip to main content

DeleteFunctionDiscountCodeInput

Defines the input for deleting a function discount code.

input DeleteFunctionDiscountCodeInput {
discountCodeId: ID!
eventId: ID!
}

Fields

DeleteFunctionDiscountCodeInput.discountCodeId ● ID! non-null scalar

The identifier of the discount code to delete.

DeleteFunctionDiscountCodeInput.eventId ● ID! non-null scalar

The identifier of the event to delete the function discount code in.

Member Of

deleteFunctionDiscountCode mutation