View in github pages here.
A React app providing a demo and example of GraphQL Genie. No coding required. All you need is to write GraphQL Type Schema (or use the example provided). See how GraphQL Genie turns graphql type definitions into a fully featured GraphQL API with referential integrity and inverse updates.
Data can be mocked, stored in memory or stored in your browsers IndexedDB (so refreshing doesn't wipe out your data).
-
Memory
- Mutations will save to memory and queries will query from memory. Reloading will erase all data
-
IndexedDB
- Mutations will save to browser database and queries will query from the database. Data will be saved on reload of page
-
Mock
- Mutations will do nothing, queries will return mock data
Ability to export data
- Code Contributions
- Fork
- Make Changes
- Run the following and make sure no failures or errors
- npm run build
- npm run start
- Open pull request
- Donate
[Your Name and link Here]
If you contribute and want a thanks callout on genie project READMEs let me know via twitter message (at least .25/week)
GraphQL Faker from which I copied the react component
Prisma GraphQL / Graphcool for inspiration
Logo Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY