Data API Builder (DAB) GraphQL Mutations - Stored Procedures - OUTPUT parameters ? #1841
-
DAB is awesome! In DAB all is good so far. I am calling an SP and have an OUTPUT parameter and will like to get the return-value also. I have not found any documentation on such, let me know if this is possible... or I need to return a result set with those? Hope to hear from anyone soon, Ed. |
Beta Was this translation helpful? Give feedback.
Answered by
seantleonard
Oct 25, 2023
Replies: 1 comment
-
Hi @esobrino, We don't support output parameters at the point in time. You'll need to make sure the first result set returned by your stored procedure includes the data you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
esobrino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @esobrino, We don't support output parameters at the point in time. You'll need to make sure the first result set returned by your stored procedure includes the data you want.