GitHub

CartDeliveryGroupConnection

import { CartDeliveryGroupConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple CartDeliveryGroups.

type CartDeliveryGroupConnection = {
    __typename?: 'CartDeliveryGroupConnection';
    edges: Array<CartDeliveryGroupEdge>;
    nodes: Array<CartDeliveryGroup>;
    pageInfo: PageInfo;
}