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" } }