Browse Source

fix(core): Fix Asset.tags resolution in Shop API

Relates to #1754
Michael Bromley 2 years ago
parent
commit
555666c7ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/api/api-internal-modules.ts

+ 1 - 1
packages/core/src/api/api-internal-modules.ts

@@ -126,6 +126,7 @@ const shopResolvers = [
 ];
 
 export const entityResolvers = [
+    AssetEntityResolver,
     ChannelEntityResolver,
     CollectionEntityResolver,
     CountryEntityResolver,
@@ -154,7 +155,6 @@ export const entityResolvers = [
 
 export const adminEntityResolvers = [
     AdministratorEntityResolver,
-    AssetEntityResolver,
     CustomerAdminEntityResolver,
     OrderAdminEntityResolver,
     PaymentMethodEntityResolver,