Setting query options when using invoke #3807
-
Hey, i'm using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
-
Hey, i'm using |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
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 usesfetch
. Hence there shouldn't be any additional retries.