squareboat / nestjs-boilerplate

A production-ready 🏭 NestJS boilerplate with batteries 🔋 included. No Kidding! Now Supports NestJS V10!!
https://squareboat.com/open-source/nestjs-boilerplate/
MIT License
685 stars 99 forks source link

How to use this template as a basis and modify it for GraphQL #22

Closed cloudcompute closed 3 years ago

cloudcompute commented 3 years ago

Could you pl. hint out how can I modify the existing code and add GraphQL support? Great, if you give some ideas.

Thanks

vinayak25 commented 3 years ago

Hi @ramandhingra, our boilerplate provides tools which you can use irrespective of what you use, REST APIs or GraphQL. NestJS provides integration with GraphQL out of the box. You can have a look at here for more information on how to go about it.

cloudcompute commented 3 years ago

Thanks Vinayak, will have a look at it.