Skip to content

shridhar52war/graphql-demo

Repository files navigation

GraphQL Demo

This repository contains a GraphQL server built with Apollo Server. It's intended as a playground for learning purposes and is not production-ready.

Requirements

  • Node.js v18.160 or above

Installation

First, clone the repository:

git clone https://github.com/shridhar52war/graphql-demo
cd graphql-demo

Then install the dependencies

yarn install

Running the server

To run the server locally, use the following command:

yarn build

Generating Types

To generate TypeScript types for your GraphQL schema, use the following command:

yarn run generate-types

Enjoy exploring GraphQL with Apollo Server!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published