Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

pass "entity_type_code" instead of "entity_type_id" #8184

Merged
merged 2 commits into from
Nov 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guides/v2.3/graphql/queries/custom-attribute-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ The following query returns the attribute type for various custom and EAV attrib
attributes: [
{
attribute_code: "size"
entity_type: "4"
entity_type: "catalog_product"
}
{
attribute_code: "color"
entity_type: "4"
entity_type: "catalog_product"
}
]
) {
Expand Down