GraphQuillWhat is GraphQuill?GraphQuill is a VS Code extension that performs GraphQL API endpoint testing within the VS Code environment. GraphQuill intends to remove the need for switching between VS Code and GraphiQL, Postman, or another API development tool. FeaturesCore Features
Additional Features
Getting StartedInstallationGraphQuill can be installed from the VS Code Extensions marketplace here. Setting up the config fileOpen the command palette in VS Code (Cmd/Ctrl + Shift + P) and select GraphQuill's Mock GraphQL APIA GraphQL API that was used during GraphQuill's development has been open sourced in two repositories on Github to allow users to give GraphQuill a test drive. Below are two repositories, one that has been dockerized, and one that uses locally hosted PostgreSQL and MongoDB databases. The dockerized version is here. The locally hosted PostgreSQL and MongoDB databases version is here. Write your first GraphQuill querySearch for GraphQuill from the command palette in VS Code (Cmd/Ctrl + Shift + P) and run the Activate command. If the Anywhere in your open file, put a GraphQL query inside the graphQuill function. For example:
On every save, GraphQuill will send any requests inside of the Contributing and IssuesWe are always looking to improve. If there are any contributions, feature requests or issues/bugs you have, please check out our documentation on contributions, feature requests or issues/bugs. Release NotesCreated by: Alex Chao, Austin Ruby and Edward Greenberg 0.16.0 | Initial release of GraphQuill, More to come! |