DiscountUsage
Discount usage by a user.
type DiscountUsage implements Node {
discount: Discount!
id: UUID!
usages: Int!
user: User!
}
Fields
DiscountUsage.discount
● Discount!
non-null object
The used discount.
DiscountUsage.id
● UUID!
non-null scalar
The ID of the node.
DiscountUsage.usages
● Int!
non-null scalar
The amount of items the user has used this discount for.
DiscountUsage.user
● User!
non-null object
The user using the discount.
Interfaces
Node
interface
An object with an ID.
Member Of
DiscountUsageConnection
object