sawyer
09/15/2021, 8:09 PMsilentworks
09/15/2021, 8:10 PMsawyer
09/15/2021, 8:12 PMsawyer
09/15/2021, 8:13 PMsilentworks
09/15/2021, 8:13 PMbrickstackr
09/16/2021, 12:11 AMDhaiwat10
09/16/2021, 1:26 AMUpdate README.md
jonny
09/16/2021, 8:04 AMpatrik
09/16/2021, 9:40 AMpatrik
09/16/2021, 9:42 AMbotthebuilder
09/16/2021, 10:52 PMScott P
09/16/2021, 11:00 PMbotthebuilder
09/16/2021, 11:03 PMbotthebuilder
09/16/2021, 11:03 PMFlorinPop
09/17/2021, 9:50 AMFlorinPop
09/17/2021, 9:51 AMFlorinPop
09/17/2021, 9:51 AMdb
09/17/2021, 1:12 PMnixa
09/17/2021, 1:51 PMbotthebuilder
09/17/2021, 3:43 PMDoritoWizard
09/17/2021, 4:31 PMbrohan
09/17/2021, 6:03 PMsilentworks
09/17/2021, 6:59 PMbrohan
09/17/2021, 6:03 PMbrohan
09/17/2021, 6:04 PMthomascoldwell
09/17/2021, 6:33 PMdata
will have the type Array<Message>
, but there is a join that actually brings in the author
username and this won't be present on the types for data but will be included there at runtime. I've used Prisma with Supabase which gives the full type definition with joins when you use the include
option, but was wondering if there is a good way to get the full type definitions with Supabase directly?thomascoldwell
09/17/2021, 6:34 PMinclude
option to act as a join for other tables e.g. author and likessilentworks
09/17/2021, 6:58 PMMiguel2390d
09/17/2021, 8:43 PM