Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartive/graphql-magic
Model-first GraphqlAPI API (and much more) generator
https://github.com/smartive/graphql-magic
Last synced: about 4 hours ago
JSON representation
Model-first GraphqlAPI API (and much more) generator
- Host: GitHub
- URL: https://github.com/smartive/graphql-magic
- Owner: smartive
- Created: 2023-07-18T05:36:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T02:12:40.000Z (5 days ago)
- Last Synced: 2024-11-01T03:18:40.782Z (5 days ago)
- Language: TypeScript
- Size: 2.87 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-magic
Welcome to graphql-magic!
See the incredibly up-to-date [docs](https://smartive.github.io/graphql-magic/).
## Development
```
npm run deps
``````
npm bootstrap
``````
npm test
``````
npm run build
```