Apollo MockProvier return first enum everytime

Hi, I am using storybook and mocking the calls to apollo by providing the Apollo MockProvider. You specify the request and result. Everything works fine but one of the values in the result is an graphql enum. No matter what I provide in the mock data I always only get the first value from that enum. I kind of need the other values :).
I know I’m using this in storybook, but I’m pretty sure this on the MockProvider side.
Please let me know what more I can provide to help you diagnose.
Thanks,
Raif

@rharik can you share some code that shows how you’re mocking things?