--- title: OnlineStoreThemeFileConnection - GraphQL Admin description: An auto-generated type for paginating through multiple OnlineStoreThemeFiles. api_version: 2025-10 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/connections/onlinestorethemefileconnection md: https://shopify.dev/docs/api/admin-graphql/latest/connections/onlinestorethemefileconnection.md --- # Online​Store​Theme​File​Connection connection An auto-generated type for paginating through multiple OnlineStoreThemeFiles. ## Fields with this connection * [Online​Store​Theme.files](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreTheme#field-OnlineStoreTheme.fields.files) OBJECT A theme for display on the storefront. *** ## Possible returns * edges [\[Online​Store​Theme​File​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreThemeFileEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Online​Store​Theme​File!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreThemeFile) non-null A list of nodes that are contained in OnlineStoreThemeFileEdge. 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/latest/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. * user​Errors [\[Online​Store​Theme​File​Read​Result!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreThemeFileReadResult) non-null List of errors that occurred during the request. *** ## Map ### Fields with this connection * {}[Online​Store​Theme.files](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreTheme#field-OnlineStoreTheme.fields.files) ### Possible returns * <->[Online​Store​Theme​File​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/OnlineStoreThemeFileConnection#returns-edges) * <->[Online​Store​Theme​File​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/OnlineStoreThemeFileConnection#returns-nodes) * <->[Online​Store​Theme​File​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/OnlineStoreThemeFileConnection#returns-pageInfo) * <->[Online​Store​Theme​File​Connection.userErrors](https://shopify.dev/docs/api/admin-graphql/latest/connections/OnlineStoreThemeFileConnection#returns-userErrors)