--- title: app - Partner API description: 'A Shopify [app](/concepts/apps).' api_version: 2025-10 api_name: partner type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/queries/app' md: 'https://shopify.dev/docs/api/partner/latest/queries/app.md' --- # app query A Shopify [app](https://shopify.dev/concepts/apps). ## Arguments * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) required The app ID. Example value: `gid://partners/App/1234`. *** ## Possible returns * App [App](https://shopify.dev/docs/api/partner/latest/objects/App) A Shopify [app](https://shopify.dev/concepts/apps). *** ## Examples * ### app reference ## Query Reference ```graphql { app(id) { # app fields } } ```