Back to Refine

Nestjs Query Example | REST API Integration in Refine v5

documentation/docs/examples/data-provider/nestjs-query.md

3.25.0411 B
Original Source

Refine Nestjs-Query Data Provider allows you to use your data on the frontend by connecting to your Nestjs-Query GraphQL API. With Refine, it perform these operations for you without having to write extra code for queries. By examining this example, you can learn how to use the Nestjs-Query Crud Data Provider.

<CodeSandboxExample path="data-provider-nestjs-query" />