Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

By using Graphql Mesh I am able to convert soap, rest, rpc into graphql queries/schemas but it is storing everything in yml file and schema files. If I have 500 sources, saving all sources into yml ...
user2132124's user avatar
0 votes
1 answer
82 views

I have upgraded graphql-mesh/soap versions and other dependencies. And my soap wsdl is using soap1.1 features. After update I am unable to connect to soap client as it is returning 500 error due to ...
Dev's user avatar
  • 140
0 votes
1 answer
49 views

I want to forward the query string on graphql source. I have a _pid query param that is not part of the graphql query.
Daniel Kukula's user avatar
1 vote
0 answers
50 views

Issue with Cookies in Local Development Hi everyone, I have two microservices: Auth (using GraphQL Yoga) and Gateway (using GraphQL Mesh). The services are deployed locally on ports 3000 and 4000 ...
Timur's user avatar
  • 13
0 votes
0 answers
29 views

I am struggling to use naming conventions in mesh transform transforms: - namingConvention: fieldNames: snakeCase to change all keys to be snake_case. Though they do change the cases in the ...
duckduck345's user avatar
2 votes
0 answers
161 views

I am relatively new to graphql-mesh and trying to understand. I have connected my graphql version of DRF to mesh and it worked but when I am trying to connect it using OpenAPI I get errors like ...
Srijan113's user avatar
1 vote
0 answers
173 views

Cutting straight to the case: backend project using typescript and graphql. We have a package /graphql_gateway where all requests are sent to. This gateway uses graphQL mesh to stitch the schemas of ...
thomas-woehrle's user avatar
1 vote
0 answers
200 views

I am trying to build a unified gateway for my over 50 different graphql endpoints that I want to have them accessed over one gateway and I have choosen to use graphqlmesh. I am bit lost, I can hard ...
justrying's user avatar
  • 109
1 vote
0 answers
141 views

I am working on a project with GraphQL Mesh. With one of the use cases I have one openapi endpoint. In there, I need to handcraft a resolver that is using types from that openapi schema definations. I ...
Danny Cui's user avatar
0 votes
1 answer
583 views

I have update the @graphql-mesh with to latest version and below are the packages "@graphql-mesh/config": "^6.1.0", "@graphql-mesh/graphql": "^0.29.12", &...
Dev's user avatar
  • 140
1 vote
1 answer
364 views

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 ...
Sunny 's user avatar
  • 478
2 votes
0 answers
353 views

I am trying to update the @graphql-mesh with the latest version and the following is the related package needs to update "@graphql-mesh/cache-file": "^0.8.23", "@graphql-mesh/...
sandeep pandey's user avatar
3 votes
0 answers
371 views

I am wondering how do we authenticate graphql-mesh server with backend services that uses oAuth or SAML based authentication. There are examples where I saw use of API-KEY, but how was this API-KEY ...
Manju's user avatar
  • 121
0 votes
0 answers
109 views

I use the graphql-mesh package in my project. This library has the following type definition: declare global { interface ObjectConstructor { keys<T>(obj: T): Array<keyof T>; } } ...
Mike's user avatar
  • 663
4 votes
3 answers
4k views

What is the difference between GraphQL-Mesh and Apollo-Federation? I see that mesh support federation, which is kind of confusion? Is it just two different ways to achieve a unified schema? Why would ...
Olivier Refalo's user avatar
0 votes
1 answer
1k views

I am trying to follow the example in the GraphQL-Mesh and replace the endpoint with my own to see how it works. Default github example works however when I try to server the mesh for my example, it ...
Kiran's user avatar
  • 3,047