Home > @vsf-enterprise/bigcommerce-api > GraphQL > LocationEdge
# GraphQL.LocationEdge type
Signature:
export declare type LocationEdge = {
__typename?: 'LocationEdge';
node: InventoryByLocations;
cursor: Scalars['String'];
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > LocationEdge
Signature:
export declare type LocationEdge = {
__typename?: 'LocationEdge';
node: InventoryByLocations;
cursor: Scalars['String'];
};
On this page