This commit is contained in:
2023-10-04 13:32:30 +03:00
parent 215d238505
commit 1ca5f4e521
82 changed files with 519 additions and 1889 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
if (!carry[schemaField]) {
carry[schemaField] = {
field: channel.schemas
.find((s) => s.name === record._sys.schema)
.find((s) => s.name === record.schema)
.fields.find((f) => f.name === edge.field),
nodes: [],
};