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