--- title: AppPublicCategory - GraphQL Admin description: The public-facing category for an app. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/AppPublicCategory' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/AppPublicCategory.txt --- # App​Public​Category enum The public-facing category for an app. ## Valid values * CUSTOM The app's public category is [custom](https://shopify.dev/apps/distribution#capabilities-and-requirements). * OTHER The app's public category is other. An app is in this category if it's not classified under any of the other app types (private, public, or custom). * PRIVATE The app's public category is [private](https://shopify.dev/apps/distribution#deprecated-app-types). * PUBLIC The app's public category is [public](https://shopify.dev/apps/distribution#capabilities-and-requirements). *** ## Fields * [App.​public​Category](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/App#field-publicCategory) OBJECT A Shopify application. *** ## Map ### Fields with this enum * <-|[App.publicCategory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/App#field-publicCategory)