json-graphql-server icon indicating copy to clipboard operation
json-graphql-server copied to clipboard

Get a full fake GraphQL API with zero coding in less than 30 seconds.

Results 16 json-graphql-server issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

Dependencies

I need to understand why using the `db.js` example file from Readme it doesn't generate the `input PostInput` or `input UserInput` or `input CommentInput`. Example: I think it is better...

Enhancement
BC

Hey, Is it possible to work with something like this (in screenshot) ? It would be very nice to categories and cluster objects. It´s a nested array in the JSON...

Enhancement

Schema fails at getRelatedType if table name and foreign key. Suppose you have table name `m_oraganization` and primary key `id` and then you have foreign key `organization_id` in `m_discount_type` at...

Enhancement

Hello, According to the docs : "By convention, json-graphql-server expects all entities to have an id field". Unfortunately this is not my case, how can I inform json-graphql-server to use...

Enhancement

https://github.com/graphql/graphql-js/releases/tag/v15.0.0

It seems that I can't do this right now: ```js module.exports = { posts: [ { id: 1, title: "Lorem Ipsum", views: 254, user_id: [123, 456] }, { id: 2,...

Enhancement

## Description Corrects the documentation based on the two issues below ## Related Issue - https://github.com/marmelab/json-graphql-server/issues/85 - https://github.com/marmelab/json-graphql-server/issues/54 ## ToDo - [ ] step 1. - [ ] step 2.

**Is your feature request related to a problem? Please describe.** Right now this project cannot be used with Typescript properly. **Describe the solution you'd like** It should provide support for...

Enhancement

![imagen_2023-05-25_175617993](https://github.com/marmelab/json-graphql-server/assets/68268042/5fb56b83-b705-46bd-afd4-1d976cda6c90) **What you were expecting:** tenia la espectativa de que comenzara a correr el servidor **What happened instead:** after I install the package globally I create a db.js file and...

need more info