const { data, error } = await supabase .rpc('add_task_with_tags', { tags: [{owner_id: 1, title: "tag1"}] })
© 2026 Hedgehog Software, LLC