GitHub

LocationEdge

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

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

type LocationEdge = {
    __typename?: 'LocationEdge';
    cursor: Scalars['String']['output'];
    node: Location;
}