GraphQL API (Gateway)ApiQueriesdiscountOn this pagediscountGet a discount by id discount( id: UUID!): Discount! Arguments discount.id ● UUID! non-null scalar The id of the discount Type Discount object A discount. Multiple discounts are applied multiplicatively: discounted = original * (1 - discount1) * (1 - discount2) * ...