Add keywords and product types
This commit is contained in:
+46
-1
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user