Open EmilAnkerstjerne opened 3 weeks ago
Hi thanks for opening an issue.
current way but you can do something like this, utilizing the generated .fromJson
method
final author = Author.fromJson(related_table.author_id as Map<String, dynamic>);
I don't plan on implementing it, I think that the dart typing system isn't capable doing such thing yet.. and as far as i remember thats why the official supabase flutter sdk is yet to have a typing system just like in javascript (i think).
Is it possible to have typing on joined objects when you introduce joins into your supabase query?
If so, how Can I do that?
If not, is it Planned to be implemented?