hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.08k stars 2.76k forks source link

auto-generate hash of introspection in schema #3297

Open tirumaraiselvan opened 4 years ago

tirumaraiselvan commented 4 years ago

From Discord,

will be cool to make an automatic schema hashing on the hasura's side. Just make an one query like { schemaHash }

This can be used to hot-reload hasura schema with community tooling, when the hash changes,etc.

tirumaraiselvan commented 4 years ago

This can be a subscription too so as to get real time events of schema changes.