Skip to content

Commit ed1a13f

Browse files
LYNX-160: Deprecate attributesMetadata query
1 parent de51fe7 commit ed1a13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EavGraphQlAux/etc/schema.graphqls

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ type Query {
99
AttributesMetadata
1010
@resolver(class: "Magento\\EavGraphQlAux\\Model\\Resolver\\AttributesMetadata")
1111
@doc(description: "Return details about custom EAV attributes, and optionally, system attributes.")
12+
@deprecated(reason: "Use Adobe Commerce `customAttributeMetadataV2` query instead")
1213
}
1314

1415
type AttributesMetadata @doc(description: "Contains an array of custom and system attributes.") {

0 commit comments

Comments
 (0)