GitHub

LocationEdge

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

import { LocationEdge } from '@daffodil/driver/shopify'
type LocationEdge = {
    __typename?: 'LocationEdge';
    cursor: Scalars['String']['output'];
    node: Location;
}
Type Options
LocationEdge { __typename?: 'LocationEdge'; cursor: Scalars['String']['output']; node: Location; }