GitHub

BlogEdge

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

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

type BlogEdge = {
    __typename?: 'BlogEdge';
    cursor: Scalars['String']['output'];
    node: Blog;
}