Recommended way to handle calls to multiple tables?
query and mutation functions. I'd like to use these exact same functions for other tables as well.In a function like this, for example:
What would be the best way to allow me to change the table name dynamically? Like be able to do something like this:
createItem(api.tasks.createItem, {args}, 'tablename')Thanks!
