1

I am using the graphql-mesh as gateway to connect and get data from some internal resources. I want to use this mesh query programatically so from other rest handler I can execute any query from my mesh gateway. Is there any way to do this

Sunny
  • 468
  • 6
  • 22

1 Answers1

1

You can use Mesh's execute function, as shown here

Gil Gardosh
  • 211
  • 1
  • 3