Can I use graphql-dotnet to set up a gateway for multiple web services?
If yes, is there any example available?
Can I use graphql-dotnet to set up a gateway for multiple web services
can u clarify what you mean by that?
Of course you can do that. Basically it is done by schema stitching or remote schemas. This repo does not support it yet I guess #955.
As a temporary solution your api service could use the hotchocolate package. It supports schema stitching. But it it lacks a support for supscriptions on a stitched schema.
Or you do the stitching by yourself. ;)
@A360JMaxxgamer we will have subscription stitching with the upcoming version of HotChocolate.
Closed as answered.