I created a new Ash project with the helpdesk domain and added AshGraphQL. The problem I have is that the relationship of a ticket to a representative is not showing up in the playground.
I followed the getting started guides for Ash itself, AshPostgres (igniter) and AshGraphQL (igniter). There is no error / warning showing up.
Does anybody have a hint what I might have overlooked?
In order for a relationship to appear in the GraphQL API, the destination resource must have the AshGraphql.Resource extension, and be configured with a type.