challenge-vtex-io-vitor-soares/react/typings/graphql.d.ts

7 lines
133 B
TypeScript

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