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
'Too many errors processing variables, error limit reached. Execution aborted.',
1385
-
);
1379
+
1380
+
expectJSON(result).toDeepEqual({
1381
+
errors: [
1382
+
{
1383
+
message:
1384
+
'Variable "$data" got invalid value { email: "", wrongArg: "wrong", wrongArg2: "wrong", wrongArg3: "wrong" }; Field "wrongArg" is not defined by type "User".',
1385
+
locations: [{line: 2,column: 17}],
1386
+
},
1387
+
{
1388
+
message:
1389
+
'Too many errors processing variables, error limit reached. Execution aborted.',
0 commit comments