# DiscountCustomerAll - admin - OBJECT
Version: 2025-01

## Description
The `DiscountCustomerAll` object lets you target all customers for discount eligibility.

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [allCustomers](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the discount can be applied by all customers. This value is always `true`.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DiscountCustomerSelection](/docs/api/admin/2025-01/unions/DiscountCustomerSelection) The type used for targeting a set of customers who are eligible for the discount. For example, the discount might be available to all customers or it might only be available to a specific set of customers. You can define the set of customers by targeting a list of customer segments, or by targeting a list of specific customers.

## Examples