michael-haberzettel

Results 5 comments of michael-haberzettel

I recently struggled with the same question! @defer is a directive that must be declared in schema to be used. To be more precise, the server must handle this directive...

I'm stuck with my [graphql server](https://github.com/overblog/GraphQLBundle) that can't handle these directives... so I can't help you :cry:

I've the same headache with Suspense, some cases are hard to cover like refecthing data. Furthermore, the documentation is not very clear or reassuring about "production ready" of this approach...

@tobias-tengler : because I want to fetch data and preserve previous informations on screen.

> > @tobias-tengler : because I want to fetch data and preserve previous informations on screen. > > `useTransition` of React 18 should help you with that. Just wrap the...