graphql-weaver icon indicating copy to clipboard operation
graphql-weaver copied to clipboard

A tool to combine, link and transform GraphQL schemas

Results 23 graphql-weaver issues
Sort by recently updated
recently updated
newest added

I am trying to build an API Gateway with GraphQL for my microservices architecture. Here's how I am trying to implement this: - Suppose we have 4 microservices named as...

question

I think it would be super useful if one could include headers when defining the endpoints. Something like: ```javascript endpoints: [{ namespace: 'model', typePrefix: 'Model', url: 'http://localhost:8080/graphql' // url to...

enhancement
good first issue

Says `SyntaxError: Unexpected token I in JSON at position 0 at https://launchpad.graphql.com/static/js/main.8ecc894c.js:1:741833` when using in Launchpad, and cannot be connected to by GraphiQL, returns the following error: ``` Invalid options...

Hello. Did you try/had success to use weaver together with uploads? I have such gateway (it fetches backends per request — this is needed by design): ``` import {HttpLink} from...

# Summary For some reason some virtual fields are returning null for me, while others are working. When I specify the linkFieldName, the endpoint for `lc` doesn't even get hit...

bug

Can you please refresh the graphql endpoint examples and namespacing examples on launchpad?

Are you guys in touch with the Apollo community on their schema stiching initiative? Both projects seem to have much to benefit from each other.

I really wanted to use this because the plumbing seems extensive enough and because you've solved several features like custom scalars; that being said, I have spent too many days...

When building a schema from SDL or any other source, the astNodes are present. The schema that is returned does not seem to have this field specified. Is there any...

bug

Is there a particular reason why directives are duplicated. Given the Facebook Reference implementation, there is no way to specify a resolve function for a directive. Furthermore all attempts to...

bug