From 86f663e4fc674d2fd1e6f462553285428b0b64e4 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Tue, 14 May 2024 10:43:33 +0200 Subject: [PATCH] use Ash.EmbeddableType.ShadowDomain --- lib/ash_graphql.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? ),