Skip to content
/ graphql-template Public template

Template repository for Node.js GraphQL services using Apollo Server.

License

Notifications You must be signed in to change notification settings

ajliv/graphql-template

Repository files navigation

graphql logo

graphql-template

CI

Template repository for Node.js GraphQL services using Apollo Server.

Requirements

Getting Started

GraphQL Codegen

Run yarn codegen to generate TypeScript definitions for GraphQL resolvers with GraphQL Code Generator.

In vscode, the codegen script can be run in watch mode as a background task by executing Tasks: Run Task and selecting graphql-codegen --watch.