Header background

The Portfolio of Jess Hendricks

GraphQL Example API

A simple NodeJS backend API

GraphQL Example 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
  • Ready to use with Apollo Studio, GraphQL Playground, or similar tools

Tech Stack

  • NodeJSNodeJS
  • GraphQLGraphQL