Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

87 Fetch attribute values and labels for customAttributeMetadata #108

Conversation

klimart
Copy link
Contributor

@klimart klimart commented Jun 30, 2018

#87
Implemented:
It would be really useful to be able to get all the possible values and labels for "select" attributes. For example with the following request there is currently no way to get all the values and labels for the "color" attribute.

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Jun 30, 2018

CLA assistant check
All committers have signed the CLA.

@klimart
Copy link
Contributor Author

klimart commented Jul 5, 2018

Sample query:

{
  customAttributeMetadata(
    attributes: {
      attribute_code: "color"
      entity_type: "4"
    }
  ) {
    items {
      attribute_code
      entity_type
      attribute_type
      attribute_options {
        value
        label
      }
    }
  }
}

@magento-engcom-team magento-engcom-team added this to the Release: 2.3.0 milestone Aug 20, 2018
@magento-engcom-team magento-engcom-team merged commit a84e6d8 into 2.3-develop Aug 26, 2018
@naydav naydav deleted the 87-Fetch-attribute-values-and-labels-for-customAttributeMetadata branch April 12, 2019 19:32
magento-engcom-team pushed a commit that referenced this pull request May 9, 2019
magento-engcom-team pushed a commit that referenced this pull request Nov 8, 2019
[arcticfoxes] MC-19649: Granular ACL for B2B modules
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants