Graphql-dotnet: GraphQL as API gateway?

Created on 12 Mar 2019  路  4Comments  路  Source: graphql-dotnet/graphql-dotnet

Can I use graphql-dotnet to set up a gateway for multiple web services?
If yes, is there any example available?

question

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pravinhabbu4u picture pravinhabbu4u  路  4Comments

pc-lover picture pc-lover  路  3Comments

dimortizp picture dimortizp  路  3Comments

harsimranb picture harsimranb  路  3Comments

ManuelDeLeon picture ManuelDeLeon  路  3Comments