Replies: 1 comment 4 replies
-
Doesn't React version already supports suspense out of the box? I don't think this api exists, as this already suspends https://gqless.com/react/fetching-data Edit. You have to include the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here you can see
assertLoaded
as lazyprepare
.const { me: { name, age } } = query
this destructring notices gqless what to query. And thenassertLoaded
throws suspension until the following query is fetched.Does gqless have
aserrtLoaded
like API?Beta Was this translation helpful? Give feedback.
All reactions