David Matějka
David Matějka
Connection pool is currently shared between all requests. It might improve performance with higher concurrency to limit maximum number of connection per single HTTP request, so one request does not...
Allow to attach a json schema to a JSON fields.
similar to STI from popular ORMs like doctrine. In schema definition and on graphql level you have multiple types/entities, which are represented by a single database table. as a first...
https://www.apollographql.com/docs/studio/explorer/explorer
Some graphql clients cannot handle non-200 http codes properly (like auth failure etc)