graphql-weaver
graphql-weaver copied to clipboard
A tool to combine, link and transform GraphQL schemas
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...
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...
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...
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...
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...