GraphQL Example API
A simple NodeJS backend API

This is a sample API project built with Apollo Server and GraphQL. It provides a simple products
API for querying and exploring a product catalog using GraphQL.
Features
- GraphQL API for products (query all, query by ID)
- Built with Apollo Server
- Sample product data in memory, including:
- 30-day
historicalPrices
field on each product for realistic time series testing
- 30-day
- Ready to use with Apollo Studio, GraphQL Playground, or similar tools
Tech Stack
- NodeJS
- GraphQL