I have a strange issue with a MongoDB query today. It works fast in the compass app. But is slow when executed in my GraphQL datafetcher. And by slow I mean 0.5s vs > 80s. The query explain look the same for both. And adding a limit does not change the issue.