Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/vscode-graphiql
https://github.com/airtonix/vscode-graphiql
graphql vscode-extension
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/airtonix/vscode-graphiql
- Owner: airtonix
- License: mit
- Created: 2022-04-19T00:38:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T09:48:54.000Z (over 2 years ago)
- Last Synced: 2024-05-21T03:17:31.920Z (8 months ago)
- Topics: graphql, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 2.81 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VScode GraphQL Explorer
This VScode extension will allow you to explore your locally stored `*.graphql` typedef schema files with GraphiQL.
This is done by:
1. right clicking a `*.graphql` (or any file associated with the `GraphQL` file grammar type) and,
2. choosing `Explore Schema`## Features
- doesn't rely on network connection to server.
- supports monorepos by focusing on local `.schema` files.
- server connection config UI if you want to run your queries against a server.
- supports simple jwt token auth at the moment.
- queries, variables, headers remembered per file.## Roadmap
- [ ] workspace server connection profiles
- [ ] global server connection profiles
- [ ] configurable server authentication strategies (basic auth, oauth, etc)
- [ ] other ways to launch graphiql panel (command pallete, file pane toolbar)