``` const exists = await ctx.connectors.userServic...
# orm-help
r
Copy code
const exists = await ctx.connectors.userService.exists.User({
      email: args.email,
      OR: {
        username: args.username
      }
    });