graphcraft icon indicating copy to clipboard operation
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.

Results 18 graphcraft issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

Query without joins runs fine (super slow tho, hundreds of queries run sequentially): ![image](https://user-images.githubusercontent.com/312214/132139838-a8977613-577c-41de-b936-ccf6778bf39e.png) 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...

bug

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dottie&package-manager=npm_and_yarn&previous-version=2.0.3&new-version=2.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...

dependencies

Given these rules: ``` { rules: { fetch: [ { model: 'User', fields: [], associations: [], conditions: [ { field: 'tenantId', value: ':ctx.state.user.tenantId' } ] }, { model: 'Role', fields:...