Watch changes from an endpoint #5580
-
I was wondering if there's a way to setup |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kitze ! :) |
Beta Was this translation helpful? Give feedback.
-
I was wondering if there's a way to setup |
Beta Was this translation helpful? Give feedback.
-
Hi @kitze ! :) |
Beta Was this translation helpful? Give feedback.
Hi @kitze ! :)
Currently, we don't have a way to watch endpoints. We do have a flexible
watch
configuration that allows you to add a list of custom files you need to watch, but it's currently doesn't support endpoints.I think the only way to do that is to run GraphQL introspection over the endpoint, using polling, and then check if the schema has changed? I'm not sure how it will behave with large schemas, but we can definitely give it a try.
I created an issue for tracking: #5609