json-graphql-server
json-graphql-server copied to clipboard
Get a full fake GraphQL API with zero coding in less than 30 seconds.
There's already this issue https://github.com/marmelab/json-graphql-server/issues/25 for customizing the id field. I want to be able to customize the *_id fields as well. **Is your feature request related to a problem?...
## Description I have created new parameters to be able to store the data in a json file instead of being only in memory data With this new parameters we...
**What you were expecting:** Docs clearly say to register your express server handler at `/graphql`. Then GraphiQL should work once the server starts. **What happened instead:** GraphiQL loads `index.html`, but...
## Description Modernize the library: - [x] Convert to TS - [x] Use Biome for formatting and linting - [x] Use vitest instead of jest as we already use vite...
a follow up to this one.... https://github.com/marmelab/json-graphql-server/issues/174 im bamboozled and chose to nuke everything and do a fresh from the start installation of node.js version latest 22 after a sound...
**What you were expecting:** npm is unable to find the `json-graphql-server` command **What happened instead:** ```sh npx json-graphql-server db.cjs sh: json-graphql-server: command not found ls -lh ./node_modules/.bin lrwxr-xr-x 1 pdehaan...