summaryrefslogtreecommitdiffstats
path: root/frontend/next.config.js
diff options
context:
space:
mode:
authorLuis Alvarez <luisito453@gmail.com>2018-05-15 10:24:31 -0500
committerLuis Alvarez <luisito453@gmail.com>2018-05-15 10:24:31 -0500
commitc1bba67bb267adf2597a0ed5d0035d81dbdb412b (patch)
tree83ac331a7587c32e17746e435e45545f1055402c /frontend/next.config.js
parentcd191eddc553ea15ac6e9135cb5e9055e3552e88 (diff)
Config for .graphql files
Diffstat (limited to 'frontend/next.config.js')
-rw-r--r--frontend/next.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/next.config.js b/frontend/next.config.js
new file mode 100644
index 0000000..4aa3ab0
--- /dev/null
+++ b/frontend/next.config.js
@@ -0,0 +1,3 @@
+const withGraphql = require('next-plugin-graphql')
+
+module.exports = withGraphql()