Skip to content

Commit

Permalink
LYNX-160: Deprecate attributesMetadata query
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseacornejo authored May 10, 2023
1 parent de51fe7 commit ed1a13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EavGraphQlAux/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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.") {
Expand Down

0 comments on commit ed1a13f

Please sign in to comment.