Skip to content

JoshuaKGoldberg/a-lovely-graphql-server

Repository files navigation

a-lovely-graphql-server

Demonstrates GraphQL with Apollo code generation. ✨

Usage

Start off by installing dependencies:

yarn

GraphQL Server

Start the base GraphQL server:

yarn start

You'll then be able to view the GraphQL API server at http://localhost:4000/graphql.

Codegen

Next, in a separate terminal, you can trigger code generation based off that GraphQL server:

yarn gql

Generated types will then exist in src/generated/graphql.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published