Add keywords and product types

This commit is contained in:
Niklas Fondberg
2021-07-07 16:16:58 +02:00
parent 512ebf89f5
commit 267bc4f1c9
11 changed files with 262 additions and 53 deletions
+46 -1
View File
@@ -156,13 +156,17 @@
{
product(id: 73803) {
id
keywords {
id
value
type
}
fields_json
inserted
path
updated
visible
browsable
api1json
categories {
id
name
@@ -191,3 +195,44 @@
}
}
}
# Categories
{
category(id: 1653) {
id
name
path
isLeaf
depth
childCount
lft
rgt
products {
id
fields_json
}
}
}
# Keywords
{
keywords {
id
value
type
products {
id
}
}
}
{
keyword(id: 618) {
id
value
type
products {
id
}
}
}