Update apollo config

This commit is contained in:
dominik-zeglen 2019-08-12 15:07:58 +02:00
parent d1da2ddd13
commit 19379c4cfa

View file

@ -4,7 +4,7 @@ module.exports = {
includes: ["src/**/*.ts", "src/**/*.tsx"],
name: "dashboard",
service: {
endpoint: "localhost:8000/graphql/",
localSchemaFile: "schema.graphql",
name: "saleor"
}
}