crud
crud copied to clipboard
GraphQL Support
Are you planning to add GraphQL support? What would this involve? I may be open to contributing to add this feature.
+1
I'm not sure when it will be. But I have such plans definitely.
+1
@John0x please feel free to start ;)
+1
It'd be great if anyone could provide a basic example along the lines of this one: https://github.com/nestjs/nest/blob/master/sample/23-graphql-code-first/src/recipes/recipes.resolver.ts
I'm having some troubles to connect the dots between a Crud-generated service and the resolver, especially on the mutations. I understand crud has a ton of extra features, but starting with an example of the basic query one/query many/create one/update one/delete one would be great.
Have you guys seen this project https://github.com/doug-martin/nestjs-query ?
This would be amazing, +100
We have successfully implemented graphql on top of nestjsx crud utilizing all the request params in each resolver method. With minimal code. [email protected] if you'd like help getting this implemented.
+1
Is there planned? I would like a lot to see GraphQL support.
We have successfully implemented graphql on top of nestjsx crud utilizing all the request params in each resolver method. With minimal code. [email protected] if you'd like help getting this implemented.
Please share with us! I'm in love with @nestjsx/crud hahah
We have successfully implemented graphql on top of nestjsx crud utilizing all the request params in each resolver method. With minimal code. [email protected] if you'd like help getting this implemented.
Can you please open source it? :)
+1
Hello, I was wondering which status is it, I would like to use the library with GraphQL, I can help if there is not implement.