graphiql
graphiql copied to clipboard
An adapter on GO to serve the GraphiQL in-browser IDE.
I have a simple project like the below one. the database works fine because when I request this endpoint : `http://localhost:8080/api?query={movie(id:1){name}}` I get a proper response. But when I do...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Fixing issue #2 ### To make it work, a new GitHub token must be added to Travis the new environment variables must be called either `GITHUB_TOKEN` or `GH_TOKEN` How to...
I want to add a semantic release to this project. A new major, minor or feature version would be created depending on the commits. Please refer to the following link...