Skip to content

manoj9788/react-graphql-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •