import { CollectionConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Collections.
type CollectionConnection = {
__typename?: 'CollectionConnection';
edges: Array<CollectionEdge>;
nodes: Array<Collection>;
pageInfo: PageInfo;
totalCount: Scalars['UnsignedInt64']['output'];
}