Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linbudu599/graphiql-explorer-example-ts
TypeScript version of GraphiQL Explorer example
https://github.com/linbudu599/graphiql-explorer-example-ts
Last synced: 27 days ago
JSON representation
TypeScript version of GraphiQL Explorer example
- Host: GitHub
- URL: https://github.com/linbudu599/graphiql-explorer-example-ts
- Owner: linbudu599
- License: mit
- Created: 2021-07-19T06:50:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T19:52:05.000Z (over 1 year ago)
- Last Synced: 2023-03-03T07:25:08.989Z (over 1 year ago)
- Language: TypeScript
- Size: 666 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphiQL-Explorer-Example-TS
This project is TypeScript version of the origin [graphiql-explorer-example](https://github.com/OneGraph/graphiql-explorer-example), including:
- [x] Updated API usage.
- [x] Develop by [Parcel](https://parceljs.org/).
- [x] Function Component & React Hooks translation.
- [ ] Full Type Definition for [graphiql-explorer](https://github.com/OneGraph/graphiql-explorer).
- [ ] TypeScript version of graphiql-explorer lib.## Quick Start
**Notice: Donot change Parcel dev port (3000 by default), or you will encounter CORS error.**
```bash
yarnyarn dev
```