10-10-2024 05:29 AM
Is it technically possible to implement GraphQL Subscriptions in a custom connector? If so, are there any documentation or hints?
There is an official GraphQL Connector from Workato. In its announcement link it states that it doesn't support GraphQL Subscriptions (aka Trigger).
10-14-2024 02:14 AM
Dear @MarekScholaster
While native GraphQL Subscriptions are not currently supported in Workato (either in the official connector or custom connectors), alternatives like polling or using webhooks can be explored to achieve some of the desired outcomes. Real-time data flow, however, would still require more custom development outside the scope of Workato's platform capabilities.