@shopify/shopify-api
Version:
Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks
11 lines • 328 B
TypeScript
export declare const DOMAIN = "test-shop.myshopify.io";
export declare const ACCESS_TOKEN = "access-token";
export declare const GRAPHQL_BASE_REQUEST: {
method: string;
domain: string;
path: string;
headers: {
'X-Shopify-Access-Token': string;
};
};
//# sourceMappingURL=graphql-base-request.d.ts.map