You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.equals(Extended.extensionASTNodes.length,1,'Extension AST Nodes is defined');
1166
-
t.equals(Extended.extensionASTNodes[0].fields.filter((field)=>field.name.value==="id"&&field.directives[0].name.value==="external").length,1,`id field marked external`);
1173
+
t.equals(Extended.astNode.fields.filter((field)=>field.name.value==="id"&&field.directives[0].name.value==="external").length,1,`id field marked external`);
0 commit comments