[apollo][xl]: mocked graphql setup + search page working from apollo now.

This commit is contained in:
anuveyatsu
2020-06-19 16:18:28 +06:00
parent f0d1bc0d3b
commit dfd5efa961
15 changed files with 3474 additions and 190 deletions

7
next.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
publicRuntimeConfig: {
graphqlEndpoint:
process.env.GRAPHQL_ENDPOINT ||
'https://api.graph.cool/simple/v1/cixmkt2ul01q00122mksg82pn',
},
};