I am aware that graphQL allows for subscription so that I can subscribe to external data changes, I just want to know if this is available here for the Survey Solutions graphQL API.
I want this feature because i am currently using apache airflow to run a script to export my questionnaire data every so often and then dump it in my database, but instead of doing it continuously i just want to export my data whenever the data changes.