This is the code for the Pluralsight course GraphQL Foundations by Adhithi Ravichandran.
This repository contains a simple GraphQL demo app that demonstrates core GraphQL concepts using GraphQL Yoga. The application provides a basic pie catalog with querying and filtering capabilities.
- GraphQL
- GraphQL Yoga
- Node.js
-
Install dependencies:
npm install
-
Start the development server:
npm start
server.mjs- Main GraphQL server implementationpackage.json- Project dependencies and scripts
Adhithi Ravichandran