Skip to content

Setting query options when using invoke #3807

Answered by beerose
janvennemann asked this question in Q&A
Discussion options

You must be logged in to vote

The retry thing is a react-query option (when using resolvers from the client with useQuery etc). Invoke calls a Blitz resolver directly, so there's no react-query involved. Under the hood, it's a simple HTTP client that uses fetch. Hence there shouldn't be any additional retries.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janvennemann
Comment options

Answer selected by janvennemann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants