fixed grahql:download command

This commit is contained in:
Djeeberjr 2021-09-14 15:17:11 +02:00
parent 6dbd389f02
commit aa3e81de27

View File

@ -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": [