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 Uptime

Try it out

Repo is available here.

# 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 here.

Last updated

Was this helpful?