[ Trello link| : https://trello.com/c/ 6qGjpbYf] VemGvOFs/118-as-a-developer-i-want-to-make-sure-that-all-user-provided-inputs-for-the-sync-server-such-as-schemas-request-mappings-and-respon
Investigation document: https://docs.google.com/document/d/1SPA6tqW78SLXwZLldOdG-Zw6PtBiVfdpIzn9mrg-Lyk/edit#
* Use prepared statements for queries/mutations * Don't use Handlebars for queries/mutations, but use things like $1 * All data sources
{code} req: "select * from foo where email = $1" params: [ "{{context.arguments.reqEmail}}" ] {code}
We're open to better ideas. |
|