We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cb52c commit 41a3521Copy full SHA for 41a3521
functions.js
@@ -29,7 +29,7 @@ var nodeType = (node) => {
29
30
// Create a new node
31
var createNode = (item, fieldDef) => {
32
- let id = item.nr;
+ let id = item;
33
let type = fieldDef.astNode.type.kind === 'ListType' ? fieldDef.type.ofType : fieldDef.type;
34
return new Node(id, type);
35
};
0 commit comments