AshGraphql Subscription - Why does the data do not show up on subscribe?

Hi,

I created an Ash application with the following:

  • AshGraphql
  • Subscription
  • AshSqlite

The issue is that the data does not show up in the graphiql interface. The issue can be reproduced with the reproduction repository.

Minimal Reproduction Repository

I followed the Video and the Guide here:

Found workaround - OpenAI codex found it…

Switch from simple GraphQL interface to playground - as the simple seem to not support the subscriptions:

I also provided here a quick guide on how to setup it from scratch

1 Like