# appDiscountTypes - admin-graphql - QUERY Version: 2024-10 ## Description A list of app discount types installed by apps. ### Access Scopes Apps must have `read_discounts` access scope. ## Arguments ## Returns * [app](/docs/api/admin-graphql/2024-10/objects/App): App! The name of the app extension that's providing the [discount type](https://help.shopify.com/manual/discounts/discount-types). * [appBridge](/docs/api/admin-graphql/2024-10/objects/FunctionsAppBridge): FunctionsAppBridge! The [App Bridge configuration](https://shopify.dev/docs/api/app-bridge) for the [discount type](https://help.shopify.com/manual/discounts/discount-types). * [appKey](/docs/api/admin-graphql/2024-10/scalars/String): String! The [client ID](https://shopify.dev/docs/apps/build/authentication-authorization/client-secrets) of the app extension that's providing the [discount type](https://help.shopify.com/manual/discounts/discount-types). * [description](/docs/api/admin-graphql/2024-10/scalars/String): String A description of the [discount type](https://help.shopify.com/manual/discounts/discount-types) provided by the app extension. * [discountClass](/docs/api/admin-graphql/2024-10/enums/DiscountClass): DiscountClass! The [discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations) that's used to control how discounts can be combined. * [functionId](/docs/api/admin-graphql/2024-10/scalars/String): String! The [function ID](https://shopify.dev/docs/apps/build/functions/input-output/metafields-for-input-queries) associated with the app extension providing the [discount type](https://help.shopify.com/manual/discounts/discount-types). * [targetType](/docs/api/admin-graphql/2024-10/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! The type of line item on an order that the [discount type](https://help.shopify.com/manual/discounts/discount-types) applies to. Valid values: `SHIPPING_LINE` and `LINE_ITEM`. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! The name of the [discount type](https://help.shopify.com/manual/discounts/discount-types) that the app extension is providing. ## Examples