I\'ve got an inherited code base with query helper methods like this all over it:
export async function deleteById(id: string): Promise { cons