Skip to content

Instantly share code, notes, and snippets.

@bpatra
Created December 5, 2020 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpatra/e3ecf58a562bf50beb8b4f5f80fe6646 to your computer and use it in GitHub Desktop.
Save bpatra/e3ecf58a562bf50beb8b4f5f80fe6646 to your computer and use it in GitHub Desktop.
function myStoredProcedure(arg1, arg2){ /* you can place all the arguments you want here*/
//The body of the function here
//you set the response like this
var context = getContext();
context.setBody(myResult);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment