Skip to content

GV14982/graphql-backend-demo-app

Repository files navigation

GraphQL Server Demo

This is a sample app for understanding a bit more of how GraphQL resolvers function. We are using @graphql-codegen/cli for generating types and resolver stubs using the typescript and resolvers plugins.

There are log statements in each reasolver so you can see how resolvers get run based on your operation.

Requirements

Setup

Once all the requirements are installed/setup:

  1. Install Dependencies
    • pnpm install --frozen-lockfile
  2. Run GraphQL Codegen CLI
    • pnpm run codegen
  3. Start the dev server
    • pnpm run dev
  4. Head to http://localhost:8000/graphql to see the GraphQL playground

💙 This package was templated with create-typescript-app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published