--- title: AppConnection - GraphQL Admin description: An auto-generated type for paginating through multiple Apps. api_version: 2024-10 api_name: admin type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/connections/AppConnection' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/connections/AppConnection.txt --- # App​Connection connection An auto-generated type for paginating through multiple Apps. ## Fields with this connection * [App​Catalog.​apps](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppCatalog#field-apps) OBJECT A catalog that defines the publication associated with an app. * [Shop.​available​Channel​Apps](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-availableChannelApps) OBJECT Represents a collection of general settings and information about the shop. *** ## Possible returns * edges [\[App​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[App!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/App) non-null A list of nodes that are contained in AppEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * {}[App​Catalog.apps](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppCatalog#field-apps) * {}[Shop.availableChannelApps](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-availableChannelApps) ### Possible returns * <->[App​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppConnection#field-edges) * <->[App​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppConnection#field-nodes) * <->[App​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppConnection#field-pageInfo)