graphcraft
graphcraft copied to clipboard
Rapildy build and extend GraphQL API based on Sequelize models. This library helps you focus on business logic while taking care of GraphQL schema automatically.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Query without joins runs fine (super slow tho, hundreds of queries run sequentially):  And with a join it simply ignores that find for some reason and ends up not...
Just a quick question, I've found the ability to allow for bulk mutations to be exposed. I've exposed both Create and Update. However I've tried the Bulk Update and it...
Currently I'm trying to use a graphcraft model hook to apply an additional operation to the WHERE clause of a `fetch`. However, because the additional operation needs to be expressed...
Wondering what is the expected approach for an integration with SOFA? The current default behaviour is documented here https://github.com/Urigo/SOFA/issues/226
I've run into an issue regarding `belongsToMany` relationships. It seems that a type is not generated when there is a join table. This is causing `graphcraft` to not function using...
Bumps [dottie](https://github.com/mickhansen/dottie.js) from 2.0.3 to 2.0.4. Commits e0c8bae 2.0.4 7d3aee1 rudimentary proto guarding b48e227 add github action to run tests See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Given these rules: ``` { rules: { fetch: [ { model: 'User', fields: [], associations: [], conditions: [ { field: 'tenantId', value: ':ctx.state.user.tenantId' } ] }, { model: 'Role', fields:...