update AllNodesOfVariant to also get content

This commit is contained in:
axolotle
2021-07-08 16:11:31 +02:00
parent a5c4cd0f51
commit ec2cfb3a26
5 changed files with 50 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
query AllNodesOfVariant ($variantId: Int!) {
nodes: allmapitemsof(familyId: $variantId) {
id
FRAGMENTS
}
}