-
I have an backend endpoint with url pattern:
My two questions are in the code comment above, it would be nice if someone could guide me. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
so do you need to call that endpoint multiple times, once for each recipient? If so, I think you'd want the mutation to accept one recipient, and then just call that multiple times:
you can then call |
Beta Was this translation helpful? Give feedback.
so do you need to call that endpoint multiple times, once for each recipient? If so, I think you'd want the mutation to accept one recipient, and then just call that multiple times:
you can then call
mutateAsync
multiple times, e.g. in aPromise.all