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
In debug mode, I can see the value being received by graphql-mesh:
🐛 🕸️ Mesh - HTTP Received webhook request for /webhooks/todo_added {"id":0,"name":"foo","content":"bar"}
🐛 🕸️ Mesh - Example - Subscription.todoAdded Received {"id":0,"name":"foo","content":"bar"} from webhook:post:/webhooks/todo_added
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
I need to do subscription from callbacks in an openapi yaml file.
So I tryied this example: openapi-subscriptions which by the way is broken on codesandbox:
I managed to make it work, but graphql-mesh is now replacing my values with null.
Then I tried the json-schema-subscriptions examples and had similar problem.
In debug mode, I can see the value being received by graphql-mesh:
But in GraphiQL or any other client I get:
To Reproduce
The bug is reproducible with official example of schema subscription
You can add DEBUG=1 in the mesh:dev script in packages.json to see the data being received by graphql-mesh.
Expected behavior
Subscription should give values not null
Environment:
@graphql-mesh/...
:Additional context
The text was updated successfully, but these errors were encountered: