speedskater / babel-plugin-rewire

A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
842 stars 90 forks source link

Doesn't work with babel-plugin-relay #191

Closed koistya closed 7 years ago

koistya commented 7 years ago

Invariant Violation: graphql: Unexpected invocation at runtime. Either the Babel transform was not set up, or it failed to identify this call site. Make sure it is being used verbatim as ``graphql``.

hisapy commented 7 years ago

how did you solve this?

satishrao84 commented 7 years ago

Any idea on how you would solve this issue?