GraphQL-Designer / graphqldesigner.com

A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
http://www.graphqldesigner.com/
MIT License
626 stars 75 forks source link

Instead of `mysql` use `promise-mysql` #215

Open hriziya opened 5 years ago

hriziya commented 5 years ago

In graphql browser when I execute the query, I am getting an error saying "pool.query(...).then is not a function" because I had to use the promise-mysql to solve it.