@shopify/api-codegen-preset
Version:
Preset for graphql-codegen to parse and type queries to Shopify APIs
4 lines • 332 B
TypeScript
import type { IGraphQLProject } from 'graphql-config';
import { type ShopifyApiProjectOptions } from './types';
export declare const shopifyApiProject: ({ apiType, apiVersion, module, outputDir, documents, declarations, apiKey, enumsAsConst, }: ShopifyApiProjectOptions) => IGraphQLProject;
//# sourceMappingURL=api-project.d.ts.map