Download the PHP package landofcoder/module-product-attributes-graphql without Composer
On this page you can find all versions of the php package landofcoder/module-product-attributes-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download landofcoder/module-product-attributes-graphql
More information about landofcoder/module-product-attributes-graphql
Files in landofcoder/module-product-attributes-graphql
Download landofcoder/module-product-attributes-graphql
More information about landofcoder/module-product-attributes-graphql
Files in landofcoder/module-product-attributes-graphql
Vendor landofcoder
Package module-product-attributes-graphql
Short Description Magento 2 Product Attributes GraphQl extension
License OSL-3.0
Package module-product-attributes-graphql
Short Description Magento 2 Product Attributes GraphQl extension
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package module-product-attributes-graphql
Magento 2 Module Lof_ProductAttributesGraphQl
landofcoder/module-product-attributes-graphql
Main Functionalities
Magento 2 product attributes graphql extension
Queries
- Query get product attributes
- $sku : String - product sku
Example Response:
- Query get all visible and fiterable product attributes and their options
{ "data": { "getVisibleAttributes": { "total_count": 3, "items": [ { "attribute_code": "new", "attribute_label": "New", "total_count": 2, "options": [ { "label": "Yes", "value": "1" }, { "label": "No", "value": "0" } ] },
{
"attribute_code": "season",
"attribute_label": "Season",
"total_count": 4,
"options": [
{
"label": "Autumn",
"value": "253"
},
{
"label": "Spring",
"value": "254"
},
{
"label": "Summer",
"value": "251"
},
{
"label": "Winter",
"value": "252"
}
]
},
{
"attribute_code": "sleeve",
"attribute_label": "Sleeve Length",
"total_count": 4,
"options": [
{
"label": "Half Sleeve",
"value": "233"
},
{
"label": "Long Sleeve",
"value": "234"
},
{
"label": "Short Sleeve",
"value": "231"
},
{
"label": "Sleeveless",
"value": "232"
}
]
}
]
}
}
}
All versions of module-product-attributes-graphql with dependencies
PHP Build Version
Package Version
No informations.
The package landofcoder/module-product-attributes-graphql contains the following files
Loading the files please wait ....