objection-graphql icon indicating copy to clipboard operation
objection-graphql copied to clipboard

GraphQL schema generator for objection.js

Results 40 objection-graphql issues
Sort by recently updated
recently updated
newest added

This is similar to `listFieldName` and `fieldName` from `graphQLBuilder().model()`'s extra parameter. It can simple replace `listFieldName` and `fieldName` if you can add `collectiveName` and `singleName` to your models's jsonSchema. The...

Hello I was playing around with this plugin a bit. I was wondering if it is possible to include https://github.com/facebook/dataloader in the context for single requests to reduce the amount...

Similar to my other pull request, this is just a proof of concept. I'll add tests if we want to move forward. What this enables a user to do is...

In our use of `objection-graphql` we were having a hard time doing pagination correctly. The main reason is that we did not receive a `totalCount` of records available which made...

Hi there! I am trying to implement a GraphQL server with Objection.js to handle database queries, and of course this library to build the GraphQL schema. And for security measures,...

I am using your library to automatically generate the GraphQL Schema but I need to set some values from the `jsonSchema` as `readOnly` and `writeOnly` as shown in their [docs](https://json-schema.org/latest/json-schema-validation.html#rfc.section.9.4)....

Bumps [knex](https://github.com/tgriesser/knex) from 0.14.6 to 0.19.5. Changelog *Sourced from [knex's changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md).* > # 0.19.5 - 06 October, 2019 > > ### New features: > > - CLI: Migrations up/down commands...

dependencies

` dbObj = { name: 'john' address: { prop w spaces 1: '0', prop w spaces 2: '1' } } jsonSchema = { name: {type: string }, addres: { type:...

https://github.com/Vincit/objection-graphql/blob/master/lib/SchemaBuilder.js#L156 usage of **mutation** instead of **subscription**