Having trouble with AshGraphql subscriptions dsl
I created a subscription:
and subscribed like so:
This always returns the following (no matter if I called an update or create action):
The subscription itself works fine, but I can't get any results to flow through the created key in the response. If I remove the :update atom from action_types, the graphql would return properly underneath the create key:
and subscribed like so:
This always returns the following (no matter if I called an update or create action):
The subscription itself works fine, but I can't get any results to flow through the created key in the response. If I remove the :update atom from action_types, the graphql would return properly underneath the create key:
