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

Root types (query, mutation, etc) should be merged, yes? But I am trying to do the following: combining apollo server with schema stiching and weaver like this (a demo): ```js...

question

Hi! I've tried weaving two schemas, one of which was queried before using [graphql-js' rootValue argument](http://graphql.org/graphql-js/graphql/#graphql). The resulting schema however does not seem to be getting the rootValue that is...

enhancement

Hi! Thank you so very kindly for the work! This is a tremendous piece of work! However, I'd one question regarding "production-ready" status of the project. Does graphql-weaver support Relay?

enhancement