Crud: GraphQL Support

Created on 17 Oct 2019  路  10Comments  路  Source: nestjsx/crud

Are you planning to add GraphQL support? What would this involve? I may be open to contributing to add this feature.

PRs open feature request question

Most helpful comment

Have you guys seen this project https://github.com/doug-martin/nestjs-query ?

All 10 comments

+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

Was this page helpful?
0 / 5 - 0 ratings