PromotionCode
No description
type PromotionCode {
id: String!
active: Boolean!
coupon: Coupon!
max_redemptions: Int!
expires_at: Int!
created: Int!
code: String!
}
No description
type PromotionCode {
id: String!
active: Boolean!
coupon: Coupon!
max_redemptions: Int!
expires_at: Int!
created: Int!
code: String!
}
PromotionCode.id ● String! non-null scalarPromotionCode.active ● Boolean! non-null scalarPromotionCode.coupon ● Coupon! non-null objectPromotionCode.max_redemptions ● Int! non-null scalarPromotionCode.expires_at ● Int! non-null scalarPromotionCode.created ● Int! non-null scalarPromotionCode.code ● String! non-null scalar