GraphQL OBJECT
PackageDiscountSearchResult
Contains a list of package discounts.
link Definition
- type PackageDiscountSearchResult {
- # List of results that match the search parameters.
- : [PackageDiscountSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }