LocationConnection
An auto-generated type for paginating through multiple Locations.
import { LocationConnection } from '@daffodil/driver/shopify'
type LocationConnection = {
__typename?: 'LocationConnection';
edges: Array<LocationEdge>;
nodes: Array<Location>;
pageInfo: PageInfo;
}
Type | Options |
---|---|
LocationConnection | {
__typename?: 'LocationConnection';
edges: Array<LocationEdge>;
nodes: Array<Location>;
pageInfo: PageInfo;
} |