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