# DiscountCountryAll - admin-graphql - OBJECT Version: 2024-10 ## Description The `DiscountCountryAll` object lets you target all countries as shipping destination for discount eligibility. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [allCountries](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the discount can be applied to all countries as shipping destination. This value is always `true`. ## Connections ## Related queries ## Related mutations ## Related Unions * [DiscountShippingDestinationSelection](/docs/api/admin-graphql/2024-10/unions/DiscountShippingDestinationSelection) The type used to target the eligible countries of an order's shipping destination for which the discount applies. For example, the discount might be applicable when shipping to all countries, or only to a set of countries. ## Examples