Hi everyone! We need a help on Schema update. Our types are stored into DB. We want to update the GraphQL Schema on-the-fly when a type is updated. How can we do this on `express-graphql` ?
Hi everyone!
We need a help on Schema update. Our types are stored into DB.
We want to update the GraphQL Schema on-the-fly when a type is updated.
How can we do this on
express-graphql?