m3-academy-template-vtexio-.../custom/react/typings/graphql.d.ts
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

7 lines
133 B
TypeScript

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