From aa3e81de27898a5188114de42b11bb858c5889ec Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Tue, 14 Sep 2021 15:17:11 +0200 Subject: [PATCH] fixed grahql:download command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee902fa..a65713b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "craco test", "eject": "react-scripts eject", "graphql:gen": "graphql-codegen --config codegen.yml", - "graphql:download": "apollo schema:download --endpoint=http://localhost:8080/graphql src/generated/schema.json" + "graphql:download": "apollo schema:download --endpoint=http://localhost:8080/api/graphql src/generated/schema.json" }, "eslintConfig": { "extends": [