From 19379c4cfaa7c0b972dcecab687c9475ab0d2b88 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 12 Aug 2019 15:07:58 +0200 Subject: [PATCH] Update apollo config --- apollo.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo.config.js b/apollo.config.js index f044084a1..27c3980e6 100644 --- a/apollo.config.js +++ b/apollo.config.js @@ -4,7 +4,7 @@ module.exports = { includes: ["src/**/*.ts", "src/**/*.tsx"], name: "dashboard", service: { - endpoint: "localhost:8000/graphql/", + localSchemaFile: "schema.graphql", name: "saleor" } }