Refine AI
This is documentation for Refine 4.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (5.xx.xx).
Version: 4.xx.xx
Nestjs-Query
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.
Run on your local
npm create refine-app@latest -- --example data-provider-nestjs-query