Jiri Spac
Jiri Spac
would be nice if this module returned promise when no callback is provided
this should prevent questions like this one: https://github.com/apollographql/eslint-plugin-graphql/issues/84 which I had to find for myself.
``` TypeError: Do not know how to serialize a BigInt at JSON.stringify () at stringify (/home/capaj/work-repos/official/official-graphql/prisma-admin/node_modules/express/lib/response.js:1150:12) at ServerResponse.json (/home/capaj/work-repos/official/official-graphql/prisma-admin/node_modules/express/lib/response.js:271:14) at ServerResponse.send (/home/capaj/work-repos/official/official-graphql/prisma-admin/node_modules/express/lib/response.js:162:21) at handler (/home/capaj/work-repos/official/official-graphql/prisma-admin/node_modules/@adminjs/express/src/buildRouter.ts:60:15) ``` I got this in...
would be nice if I could run this from shell.
I got this when recording: 
ideally we should remove the old codegen file as well
every other project I encountered has the same releases for NPM and github. Why do you not?
I tried putting some wrong port into my `.graphqlrc` and there is no indication that the schema failed to load from that url. Would be nice to display just a...
When I have soft delete enabled models with typescript, I have to do this: ```ts type SoftDeleteQueryBuilder = QueryBuilder & { includeDeleted: () => void } ``` to be able...