Map
JSON object scalar for storing flexible key-value data structures
Description
Usage Example
query {
inventoryItems(
where: {
Data: ["color", "size"]
DataContains: ["red", "large"]
}
) {
edges {
node {
id
sku
data # This returns a Map scalar
}
}
}
}Last updated
Was this helpful?
