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