Michael Kunzmann

Results 4 comments of Michael Kunzmann

I have the same issue. I just got started with apollo testing. Using versions: ``` "react-apollo": "^3.0.0", ... "@apollo/react-testing": "^3.0.1", ``` This is how I use the MockProvider ``` ```...

Downgrading to 3.0.0 did the trick for me as a temporary fix: ``` yarn add @apollo/[email protected] --dev ```

We are in the same boat and want to use string unions as well instead of enums. However, why change the default behavior? This might break certain workflows of people...

I have started to create a module for GitHub/GitHub Enterprise: https://github.com/sdelements/lets-chat/issues/341