| 1 | import fs from "fs"; |
| 2 | import { LATEST_API_VERSION } from "@shopify/shopify-api"; |
| 3 | import { shopifyApiProject, ApiType } from "@shopify/api-codegen-preset"; |
| 4 | import type { IGraphQLConfig } from "graphql-config"; |
nothing calls this directly
no test coverage detected