GraphQL

Common tests for GraphQL APIs

Features of this Example

  • Nested GraphQL queries

  • GraphQL mutations

Walkthrough

This example was referenced in a walkthrough about GraphQL Health Checks and Uptimearrow-up-right

Try it out

Repo is available herearrow-up-right.

# Clone example
git clone https://github.com/assertedio/graphql-uptime

# Enter directory and install
cd node-uptime/
npm install

# Run asserted tests
npm run test:asrtd

Tests

Can also be viewed on github herearrow-up-right.

Last updated