--- title: DeliveryRateGroupConnection - GraphQL Admin description: An auto-generated type for paginating through multiple DeliveryRateGroups. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection md: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection.md --- # Delivery​Rate​Group​Connection connection An auto-generated type for paginating through multiple DeliveryRateGroups. ## Fields with this connection * [Delivery​Method​Definition.rateGroups](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryMethodDefinition#field-DeliveryMethodDefinition.fields.rateGroups) OBJECT A method definition contains the delivery rate and the conditions that must be met for the method to be applied. *** ## Possible returns * edges [\[Delivery​Rate​Group​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroupEdge) 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​Group!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroup) non-null A list of nodes that are contained in DeliveryRateGroupEdge. 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​Method​Definition.rateGroups](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryMethodDefinition#field-DeliveryMethodDefinition.fields.rateGroups) ### Possible returns * [Delivery​Rate​Group​Connection.edges](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection#returns-edges) * [Delivery​Rate​Group​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection#returns-nodes) * [Delivery​Rate​Group​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection#returns-pageInfo)