From 2b3b7dd3e6147ffe04f50a49488f315c71397c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 1 Aug 2022 21:13:13 +0200 Subject: [PATCH] chore: add graphql.config.js --- graphql.config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 graphql.config.js diff --git a/graphql.config.js b/graphql.config.js new file mode 100644 index 0000000..c95b11f --- /dev/null +++ b/graphql.config.js @@ -0,0 +1 @@ +module.exports = require("./.cache/typegen/graphql.config.json")