GitHub

CartDeliveryGroupConnection

An auto-generated type for paginating through multiple CartDeliveryGroups.

import { CartDeliveryGroupConnection } from '@daffodil/driver/shopify'
type CartDeliveryGroupConnection = {
    __typename?: 'CartDeliveryGroupConnection';
    edges: Array<CartDeliveryGroupEdge>;
    nodes: Array<CartDeliveryGroup>;
    pageInfo: PageInfo;
}
Type Options
CartDeliveryGroupConnection { __typename?: 'CartDeliveryGroupConnection'; edges: Array<CartDeliveryGroupEdge>; nodes: Array<CartDeliveryGroup>; pageInfo: PageInfo; }