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
So is there any progress in the browser support?
Is it possible to mock the graphql schema in react app with graphql tools as mentioned in your article?
We require IE11 support – I am wondering specifically about the use of
String.startsWith
without a polyfill.What are the supported browsers for
graphql-tools
?If it's IE11+, we would be able to change the usage of
startsWith
.See https://github.com/apollographql/graphql-tools/blob/master/src/schemaGenerator.ts#L221
The text was updated successfully, but these errors were encountered: