query {
Attribute (id: 100012) {
id
label
option {
id
label
}
}
}
query {
attributes {
data {
id
label
}
}
}
id - Int |
---|
Unique identifier of the attribute |
label - String |
---|
Name of the attribute (ex: Red, Blue, XL, M) |
option - Option - Subquery |
---|
Option of the attribute |
You can create filters based on following fields
label |
---|
Example:{ "column" : "LABEL", "operator" : "EQ", "value" : "blue" } |
option_id |
---|
Example: { "column" : "OPTION_ID", "operator" : "EQ", "value" : 199876 } |
You can sort data based on following fields : id, label