This example demonstrates how to use GraphQL data sources with DevExtreme. It consists of a server application and a client application.
The /server folder contains an Express.js application. The application's GraphQL API serves plain JSON data from the /data folder.
Install server dependencies:
npm iLaunch the server:
npm run devThe /client/vite-react folder contains a Vite.js application with a React.js front end. It displays a DataGrid component that queries the server's GraphQL API.
Enter the folder to install client dependencies:
cd client/vite-react; npm iLaunch the application:
npm run dev:clientOpen the Vite application in the browser to see the DataGrid in action.
(you will be redirected to DevExpress.com to submit your response)
