UNPKG

usimple-saleor-sdk

Version:

This package contains all queries and mutations that are used in our sample storefront. It can be used for semi-custom or fully-custom (with ability to extend existing queries) storefront solutions.

4 lines (3 loc) 221 B
export declare const getProductsQuery: import("graphql").DocumentNode; export declare const getCategoriesQuery: import("graphql").DocumentNode; export declare const getCollectionsQuery: import("graphql").DocumentNode;