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
it('throws when introspection is missing __schema property',()=>{
632
+
// TODO ts-expect-error (First parameter expected to be introspection results)
632
633
expect(()=>buildClientSchema(null)).to.throw(
633
634
'Invalid or incomplete introspection result. Ensure that you are passing "data" property of introspection response and no "errors" was returned alongside: null.',
0 commit comments