GitHub

CartDeliveryGroupEdge

An auto-generated type which holds one CartDeliveryGroup and a cursor during pagination.

import { CartDeliveryGroupEdge } from '@daffodil/driver/shopify'
type CartDeliveryGroupEdge = {
    __typename?: 'CartDeliveryGroupEdge';
    cursor: Scalars['String']['output'];
    node: CartDeliveryGroup;
}
Type Options
CartDeliveryGroupEdge { __typename?: 'CartDeliveryGroupEdge'; cursor: Scalars['String']['output']; node: CartDeliveryGroup; }