Skip to content

mjbcopland/graphql-mesh-issue-1744

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This reproduction repo contains patches which change the internal behaviour of graphql-mesh surrounding the resolution of merged results(ardatan/graphql-mesh#1744). The upstream diff of these changes can be seen in resolve-return-data.diff.

To run a patched instance, install dependencies and run both workspaces.

$ yarn install
$ yarn workspace service run start & yarn workspace mesh run start

To see existing behaviour, reverse the patches and restart the mesh.

$ yarn run patch-package --reverse
$ yarn workspace mesh run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published