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
'The provided schema unexpectedly contains experimental directives (@defer or @stream). These directives may only be utilized if experimental execution features are explicitly enabled.',
935
+
);
936
+
});
937
+
938
+
it('errors when using original execute with schemas including experimental @stream directive',()=>{
'The provided schema unexpectedly contains experimental directives (@defer or @stream). These directives may only be utilized if experimental execution features are explicitly enabled.',
952
+
);
953
+
});
954
+
917
955
it('resolves to an error if schema does not support operation',()=>{
'The provided schema unexpectedly contains experimental directives (@defer or @stream). These directives may only be utilized if experimental execution features are explicitly enabled.';
268
+
266
269
constUNEXPECTED_MULTIPLE_PAYLOADS=
267
270
'Executing this GraphQL operation would unexpectedly produce multiple payloads (due to @defer or @stream directive)';
0 commit comments