react-apollo-graphql-demo
react-apollo-graphql-demo copied to clipboard
Fix typo in python requirements filename
trafficstars
Hi there, thank you for the pull request. I'm not quite sure if this is correct, thought? First of all, there are no changes in the requirements.txt file, secondly, you changed the graphiql endpoint to be called graphql, but I named it graphiql, including the i, on purpose, because that is how the web-based editor is called.
Hi @mbrochh ,
- The name of the file is
backend/requiremets.txt → backend/requirements.txtthere is annmissing inrequiremets.txtso when people copy paste code from repo readme, they get an IO error that file not found. - Sorry for the graphiql part, I did not know it's called that.