challenge-vtex-io-Rhayllon-.../react/typings/graphql.d.ts

7 lines
133 B
TypeScript

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