Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: browser support? #383

Closed
jpnelson opened this issue Aug 15, 2017 · 3 comments
Closed

Question: browser support? #383

jpnelson opened this issue Aug 15, 2017 · 3 comments

Comments

@jpnelson
Copy link

jpnelson commented Aug 15, 2017

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

@stubailo
Copy link
Contributor

We don't currently aim this library for use on the client, but it's something more and more people are asking for!

Is there an easy way we can test for browser compatibility automatically?

@stubailo
Copy link
Contributor

I don't think browser support is a big priority right now, and there hasn't been any discussion here for a while; going to close it!

@venkateshpullaganti
Copy link

venkateshpullaganti commented Mar 21, 2022

Hi @stubailo,
I followed your article A new approach to mocking GraphQL data
in craco react app. But got into issues with .mjs files as asked here.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants