graphql-bookshelf
graphql-bookshelf copied to clipboard
Some help defining GraphQL schema around BookshelfJS models
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. High severity vulnerability that affects handlebars Versions of handlebars...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl...
Bumps [knex](https://github.com/tgriesser/knex) from 0.19.3 to 0.19.5. Changelog *Sourced from [knex's changelog](https://github.com/tgriesser/knex/blob/master/CHANGELOG.md).* > # 0.19.5 - 06 October, 2019 > > ### New features: > > - CLI: Migrations up/down commands...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
## The devDependency [graphql](https://github.com/graphql/graphql-js) was updated from `14.3.0` to `14.3.1`. 🚨 [View failing branch](https://github.com/brysgo/graphql-bookshelf/compare/master...brysgo:greenkeeper%2Fgraphql-14.3.1). This version is **covered** by your **current version range** and after updating it in your project...
Hello! I'm trying to wire up a User model with two GraphQL query fields. The type: ``` js const userType = new GraphQLObjectType(BookshelfType({ name: 'User', description: 'A user', fields: model...
Take advantage of this bad boy: https://www.graphile.org/graphile-build
I have created a small example where the model is like the following ``` Student --- hasMany ---> Homework --- hasMany -----> Page ``` Now, when I load the following...