GitHub

LocationConnection

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

An auto-generated type for paginating through multiple Locations.

type LocationConnection = {
    __typename?: 'LocationConnection';
    edges: Array<LocationEdge>;
    nodes: Array<Location>;
    pageInfo: PageInfo;
}