Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.16 KB

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.