Fl0rianFischer
Fl0rianFischer
Had the same issue. Solved it by creating a mock cache: ``` import { InMemoryCache } from 'apollo-cache-inmemory'; const cache = new InMemoryCache().restore({ ROOT_QUERY: { user: { type: 'id', id:...
@LuckyLuky in the `requestMocks` I only have the data that is actually fetched from the server with `useQuery`. So it shouldn't influence anything you pass into the mocked cache. I...
Thanks so much for you quick answer. You saved my day.
In version 0.4.3 I'm getting this problem https://github.com/mharris717/ember-drag-drop/issues/98
I'm pretty sure you're right. But when using 0.4.3 the drag test helper seems to be unusable due to another helper not being exposed.