graphql-sequelize-crud icon indicating copy to clipboard operation
graphql-sequelize-crud copied to clipboard

Automatically generate queries and mutations from Sequelize models

Results 9 graphql-sequelize-crud issues
Sort by recently updated
recently updated
newest added

I'm looking into sorting graphQL result depending on updatedAt setting: Here is my query : `{payments(order: "updatedAt", where: ` + where + `){ id, state, token, amount, bankData, comment, createdAt,...

This library has a security issue: even if you apply a middleware on a table, this middleware is not applied on same table when called in a nested query. So,...

This is a great project, i'm using it in conjuction to sequelize-auto to totally automate creation of graphql service from pre-existibg mysql db... but i would ask you 3 things...

when merge multiple schemas using `mergeSchemas`, it throw error > Error: Can't find type Root. ```js const { mergeSchemas } = require('graphql-tools') const { getSchema } = require('graphql-sequelize-crud') const dbschema1...

question

Currently using https://www.npmjs.com/package/graphql-sequelize-teselagen when should be using https://www.npmjs.com/package/graphql-sequelize . However, tests currently fail when using latest `graphql-sequelize`.

help wanted
in progress

Resources: - https://github.com/apollographql/graphql-subscriptions - https://github.com/bmsantos/apollo-graphql-subscriptions-example

help wanted
feature

`Unhandled rejection Error: Unable to convert JSON to a GraphQL type`

bug

Hi! I'm thinking of using this library, but I was asking myself how I could manage authentication with it (for example with express-jwt or express-session). More specifically, I would pass...

good first issue
feature

I had to check the source code to figure out how create custom mutations, it would be very helpful include better explanation on the docs. It would be good mentioning...

help wanted
good first issue