Jiri Spac

Results 185 issues of 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: ![image](https://cloud.githubusercontent.com/assets/1305378/25470201/6bce6a9e-2b21-11e7-8958-72e9d91e507d.png)

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

help wanted