When using that version of this library, our bundle seems to be broken for older browsers like IE11.
The problem seems to be at this class declaration (which of course IE11 doesn't run):
class GraphQLError extends Error { ...
It throws a Syntax error in console:
