Hotchocolate: Runtime schema modification

Created on 5 Nov 2020  路  3Comments  路  Source: ChilliCream/hotchocolate

Hi all. I working on GraphQl Gateway.

Microservices can be upgraded, the schema can be changed so my Gateway has to be able to refresh it`s stitched schema.
No matter how it will be implemented, either gateway will ask micro for a new schema, or micro will send new schema to the gateway, I am fine with both ways.

The question is: can I manage schema in runtime? Is it possible with hotchoclate? Or I have to restart gateway each time when service got updated?

Thanks in advance.

Most helpful comment

@IKolosynskyi Yes this is possible with V11.
Are you on slack? There is a cool videos that shows this feature off

All 3 comments

@IKolosynskyi Yes this is possible with V11.
Are you on slack? There is a cool videos that shows this feature off

Thanks. Found it. I will play around with the new version, thanks again. Are you strictly suggest using Redis or I can substitute it with my own DB provider?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcin-janiak picture marcin-janiak  路  4Comments

nigel-sampson picture nigel-sampson  路  5Comments

sergeyshaykhullin picture sergeyshaykhullin  路  3Comments

hognevevle picture hognevevle  路  3Comments

benmccallum picture benmccallum  路  5Comments