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
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
'{"errors":[{"message":"aaa The first error!, The second error!", "originalError": {"errors": [{"message":"The first error!"}, {"message":"The second error!"} ] } }]}',
123
+
{
124
+
headers: {'Content-Type': 'application/json'},
125
+
status: 200,
126
+
},
127
+
)
128
+
129
+
/**
130
+
* FetchFunction that returns a fixed Response that GraphQL introspection is disabled.
'User {"errors":[{"message":"aaa The first error!, The second error!", "originalError": {"errors": [{"message":"The first error!"}, {"message":"The second error!"} ] } }]}',
169
+
)
170
+
171
+
// Test that graphQLIntrospectionDisabledFetchFunction is handled properly
0 commit comments