discount
Arguments
| Argument | Description | Type |
|---|---|---|
| id | ID! |
Type
This field resolves to Discount, which has the following fields:
| Field | Description | Type |
|---|---|---|
benefit | DiscountBenefit! | |
canBeActivated | Boolean | |
code | String | |
constraints | [ DiscountConstraint! ]! | |
createdAt | The date and time when the discount was created, in ISO 8601 format. | Date |
id | ID! | |
isActive | Boolean! | |
name | String | |
numberOfRedemptions | Int | |
relatedEvents | [ Event ] |