lots
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user