Vidski
04/26/2022, 8:02 AMpy
supabase.table('item_instance').select('id, owner(id, name, user(email)), item_template(name)').execute()
owner (public.character)
owner.user(auth.users)
'Could not find a relationship between character and user in the schema cache'. Is my select wrong?