Graphql-dotnet: Remote schema

Created on 25 Dec 2018  路  3Comments  路  Source: graphql-dotnet/graphql-dotnet

Hi Guys,

Is there a feature similar to schema stitching?

Apollo has a feature to Remote schemas and linking them together. This is handy when developing micro services.
https://www.apollographql.com/docs/graphql-tools/remote-schemas.html

This is a good talk on stitching https://www.youtube.com/watch?v=90JWZnuf7xQ

enhancement

Most helpful comment

There aren鈥檛 any specific plans around this, though see this PR:
https://github.com/graphql-dotnet/graphql-dotnet/pull/592

All 3 comments

This would be very useful for us as well. Right now, we are stitching things manually from the root mutation resolver.

There aren鈥檛 any specific plans around this, though see this PR:
https://github.com/graphql-dotnet/graphql-dotnet/pull/592

@joemcbride thanks!

Hopefully this will get merged into master soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tcetin picture tcetin  路  3Comments

wendelnascimento picture wendelnascimento  路  3Comments

dharmeshtailor picture dharmeshtailor  路  4Comments

dimortizp picture dimortizp  路  3Comments

ildoc picture ildoc  路  4Comments