--- title: DeliveryRateProviderConnection - GraphQL Admin description: An auto-generated type for paginating through multiple DeliveryRateProviders. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection md: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection.md --- # Delivery​Rate​Provider​Connection connection An auto-generated type for paginating through multiple DeliveryRateProviders. ## Fields with this connection * [Delivery​Rate​Group.rateProviders](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroup#field-DeliveryRateGroup.fields.rateProviders) OBJECT A group of rates that make up a method definition. *** ## Possible returns * edges [\[Delivery​Rate​Provider​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateProviderEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Delivery​Rate​Provider!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryRateProvider) non-null A list of nodes that are contained in DeliveryRateProviderEdge. 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 * [Delivery​Rate​Group.rateProviders](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroup#field-DeliveryRateGroup.fields.rateProviders) ### Possible returns * [Delivery​Rate​Provider​Connection.edges](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection#returns-edges) * [Delivery​Rate​Provider​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection#returns-nodes) * [Delivery​Rate​Provider​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection#returns-pageInfo)