This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 538
Update GraphQL Schema at runtime #791
Comments
|
Thanks @JaLe29! |
So, you can make it from variable on the fly in |
3 tasks
This library has been deprecated and this repo will be archived soon. It has been superseded by Furthermore, if you seek a fully-featured, well-maintained and performant server - I heavily recommend GraphQL Yoga! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
?The text was updated successfully, but these errors were encountered: