GraphQL ENUM
CouponCodeCharacterSetEnum
link Definition
- enum CouponCodeCharacterSetEnum {
- # A-Z and 0-9. I and O are excluded so that they are not mixed up with 0 and l.
- # a-z and 0-9.
- # 0-9
- }
GraphQL ENUM
- enum CouponCodeCharacterSetEnum {
- # A-Z and 0-9. I and O are excluded so that they are not mixed up with 0 and l.
- # a-z and 0-9.
- # 0-9
- }