How do you get back a response from a RPC function call #170
Unanswered
VicSmithVercel
asked this question in
Q&A
Replies: 0 comments
-
You get it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the supabase.Rpc I continue to get back:
Supabase.Postgrest.Responses.BaseResponse
using:
await supabase.Rpc()
My function returns a primary key of the newly created record.
How can i get that into:
var response =await supabase.Rpc()
?
Beta Was this translation helpful? Give feedback.
All reactions