Skip to content
/ graphql-api-template Public template

This template provides a basic GraphQL API and unit testing.

Notifications You must be signed in to change notification settings

bv7dev/graphql-api-template

Repository files navigation

GraphQL Hello World

This template provides a basic GraphQL API and unit testing.

Example

image of graphql playground

Getting started

1. install dependencies

cd graphql-api-template
npm install

2. Run unit tests

npm run test

3. Launch the GraphQL Playground

npm run dev