Skip to content

Step 2 - Defer IDE gql client creation

What does this MR do?

Currently the IDE gql module creates the graphql client on import. This causes an issue with miragejs where the client is created before the mock server and therefore uses the old reference to the real fetch instead of the mocked one.

References

Edited by Paul Slaughter

Merge request reports