--- title: DomainConnection - GraphQL Admin description: An auto-generated type for paginating through multiple Domains. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DomainConnection md: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DomainConnection.md --- # Domain​Connection connection An auto-generated type for paginating through multiple Domains. ## Fields with this connection * [Shop.domainsPaginated](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Shop#field-Shop.fields.domainsPaginated) OBJECT Represents a collection of general settings and information about the shop. *** ## Possible returns * edges [\[Domain​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DomainEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Domain!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Domain) non-null A list of nodes that are contained in DomainEdge. 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/unstable/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 * {}[Shop.domainsPaginated](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Shop#field-Shop.fields.domainsPaginated) ### Possible returns * <->[Domain​Connection.edges](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DomainConnection#returns-edges) * <->[Domain​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DomainConnection#returns-nodes) * <->[Domain​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DomainConnection#returns-pageInfo)