--- title: ScriptTagConnection - GraphQL Admin description: An auto-generated type for paginating through multiple ScriptTags. api_version: 2025-01 api_name: admin type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/ScriptTagConnection md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/ScriptTagConnection.md --- # Script​Tag​Connection connection An auto-generated type for paginating through multiple ScriptTags. ## Queries with this connection * [script​Tags](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/scriptTags) query Theme app extensions If your app integrates with a Shopify theme and you plan to submit it to the Shopify App Store, you must use theme app extensions instead of Script tags. Script tags can only be used with vintage themes. [Learn more](https://shopify.dev/apps/online-store#what-integration-method-should-i-use). Script tag deprecation Script tags will be sunset for the **Order status** page on August 28, 2025. [Upgrade to Checkout Extensibility](https://www.shopify.com/plus/upgrading-to-checkout-extensibility) before this date. [Shopify Scripts](https://shopify.dev/docs/api/liquid/objects#script) will continue to work alongside Checkout Extensibility until August 28, 2025. A list of script tags. *** ## Possible returns * edges [\[Script​Tag​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/ScriptTagEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Script​Tag!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/ScriptTag) non-null A list of nodes that are contained in ScriptTagEdge. 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/2025-01/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 ### Queries with this connection * \[script​Tags](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/scriptTags) ### Possible returns * <->[Script​Tag​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/ScriptTagConnection#returns-edges) * <->[Script​Tag​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/ScriptTagConnection#returns-nodes) * <->[Script​Tag​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/ScriptTagConnection#returns-pageInfo)