From a4773139ba2dbe6e0ec2d63d81ae397d55e39ba3 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 5 Apr 2021 22:04:55 +0100 Subject: [PATCH] Add graphql mutations index --- src/graphql/mutations.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/graphql/mutations.ts diff --git a/src/graphql/mutations.ts b/src/graphql/mutations.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/src/graphql/mutations.ts @@ -0,0 +1 @@ +export {};