diff --git a/lib/ash_graphql.ex b/lib/ash_graphql.ex index 4ebdfba..75b74a8 100644 --- a/lib/ash_graphql.ex +++ b/lib/ash_graphql.ex @@ -649,7 +649,7 @@ defmodule AshGraphql do [ AshGraphql.Resource.type_definition( embedded_type, - Module.concat(embedded_type, ShadowDomain), + Ash.EmbeddableType.ShadowDomain, schema, relay_ids? ),