You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that the subscription { subs(id: "hello") } runs the conf_my_subscription function at the time of
submitting the subscription request, and subscribes the client to the topic "topic:hello".
Actual behavior
Currently the hydration above is considered invalid. There's no way to add a config function to a subscription when using SDL schemas.
Relevant Schema/Middleware Code
The text was updated successfully, but these errors were encountered:
Environment
Expected behavior
When using an SDL schema, please support adding a config function to a subscription.
I expect that the
subscription { subs(id: "hello") }
runs the conf_my_subscription function at the time ofsubmitting the subscription request, and subscribes the client to the topic
"topic:hello"
.Actual behavior
Currently the hydration above is considered invalid. There's no way to add a config function to a subscription when using SDL schemas.
Relevant Schema/Middleware Code
The text was updated successfully, but these errors were encountered: