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.

9 lines (8 loc) 200 B
export declare enum DataErrorAuthTypes { "SIGN_IN" = 0, "REFRESH_TOKEN" = 1, "VERIFY_TOKEN" = 2, "GET_USER" = 3, "REGISTER_ACCOUNT" = 4, "RESET_PASSWORD_REQUEST" = 5 }