1.0.0 • Published 6 years ago

graphql-genie-client v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

GraphQL Genie Client

Dependency Status devDependency Status

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).

Settings

Data Mode

  • 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

Roadmap

Ability to export data

Development

npm install
npm run build
npm run start

Thanks/Credit

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