Skip to content

PlayAnyData/mesh-error-duplicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mesh-error-duplicate

Reproducing issue: ardatan/graphql-mesh#6259

First run npm install.

Then, execute npm run start-gateway to start the gateway.

Execute the following query:

query myQuery {
  myQuery {
   	id 
    toast
  }
}

Inspect the duplicated results and the weird call order in log via envelopPlugins.ts