import { OrderEdge } from '@daffodil/driver/shopify'
An auto-generated type which holds one Order and a cursor during pagination.
type OrderEdge = { __typename?: 'OrderEdge'; cursor: Scalars['String']['output']; node: Order; }