Coupon
No description
type Coupon {
id: ID!
code: String
active: Boolean
}
No description
type Coupon {
id: ID!
code: String
active: Boolean
}
Coupon.id
● ID!
non-null scalarCoupon.code
● String
scalarCoupon.active
● Boolean
scalar