From 1717f2158f284b34336d15089199df4ffa4b6c04 Mon Sep 17 00:00:00 2001 From: eliseacornejo Date: Tue, 25 Apr 2023 15:11:46 +0200 Subject: [PATCH] Deprecate attributesMetadata query Related to ticket: https://jira.corp.adobe.com/browse/LYNX-160 --- EavGraphQlAux/etc/schema.graphqls | 1 + 1 file changed, 1 insertion(+) diff --git a/EavGraphQlAux/etc/schema.graphqls b/EavGraphQlAux/etc/schema.graphqls index e837fca..a14ae8c 100644 --- a/EavGraphQlAux/etc/schema.graphqls +++ b/EavGraphQlAux/etc/schema.graphqls @@ -9,6 +9,7 @@ type Query { AttributesMetadata @resolver(class: "Magento\\EavGraphQlAux\\Model\\Resolver\\AttributesMetadata") @doc(description: "Return details about custom EAV attributes, and optionally, system attributes.") + @deprecated(reason: "Use Adobe Commerce `customAttributeMetadataV2` query instead") } type AttributesMetadata @doc(description: "Contains an array of custom and system attributes.") {