--- title: SearchResultConnection - GraphQL Admin description: The connection type for SearchResult. api_version: 2025-10 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/connections/searchresultconnection md: https://shopify.dev/docs/api/admin-graphql/latest/connections/searchresultconnection.md --- # Search​Result​Connection connection The connection type for SearchResult. ## Fields with this connection * [Shop.search](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.search) OBJECT Represents a collection of general settings and information about the shop. *** ## Possible returns * edges [\[Search​Result​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SearchResultEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * 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. * results​After​Count [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-nullDeprecated 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 * {}[Shop.search](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.search) ### Possible returns * <->[Search​Result​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/SearchResultConnection#returns-edges) * <->[Search​Result​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/SearchResultConnection#returns-pageInfo)