challenge-vtex-io-Patrick-R.../react/typings/graphql.d.ts
2023-02-08 23:39:36 -03:00

7 lines
133 B
TypeScript

declare module "*.graphql" {
import { DocumentNode } from "graphql";
const value: DocumentNode;
export default value;
}