use Ash.EmbeddableType.ShadowDomain

This commit is contained in:
Barnabas Jovanovics 2024-05-14 10:43:33 +02:00 committed by GitHub
parent bced6021af
commit 86f663e4fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -649,7 +649,7 @@ defmodule AshGraphql do
[
AshGraphql.Resource.type_definition(
embedded_type,
Module.concat(embedded_type, ShadowDomain),
Ash.EmbeddableType.ShadowDomain,
schema,
relay_ids?
),