devpuppet / react-graphql-testing

A template project to demo testing GraphQL server and React Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-graphql-testing

A template project to demo testing GraphQL server and React Client

A simple system to showcase GraphQL Testing

Design

alt text

Server (GraphQL)

A repository contains a list of movies with couple of data fields using GraphQL to expose the endpoints

alt text

Schema Type

alt text Thank you GraphQL Voyager

Testing GraphQL

The most exciting part, the tests for the server-side GraphQL endpoints are added for,

  • Schema
  • Queries
  • Mutation

I've used EasyGraphQLTester node module to help assist in testing the GraphQL endpoints

All the tests can be found here

Client (ReactJs)

A React app to interact with the GraphQL endpoints from the UI

To-do

About

A template project to demo testing GraphQL server and React Client

License:MIT License


Languages

Language:JavaScript 100.0%