m3-academy-template-vtexio-.../custom/react/typings/graphql.d.ts

7 lines
133 B
TypeScript
Raw Normal View History

2022-08-11 13:06:07 +00:00
declare module "*.graphql" {
import { DocumentNode } from "graphql";
const value: DocumentNode;
export default value;
}