file26.hx 112 B

123
  1. QUERY filter_users() =>
  2. users <- N<User>::WHERE(_::In<Follows>::COUNT::GT(1))::Out<Follows>
  3. RETURN users