graphql-zeus icon indicating copy to clipboard operation
graphql-zeus copied to clipboard

Does Zeus support custom subscription?

Open vu-innoflex opened this issue 9 months ago • 0 comments

Hi guys,

I'm following this https://graphqleditor.com/docs/zeus/custom-fetch/ to implement my own custom fetch.

But then I'm stuck at implement custom subscription. Have been digging around but found nothing.

https://github.com/graphql-editor/graphql-zeus/blob/3455b762a7d3072a5a77b1024c3ccb9a19277997/examples/typescript-node/src/zeus/index.ts#L202

This SubscriptionThunder class seems to be the closest one I found, however it only allow query as parameters, while in my case I need to pass variables as well

Hence, my question. Does Zeus support custom subscription, using that class, or I'm missing something here?

vu-innoflex avatar Mar 03 '25 09:03 vu-innoflex