loopback temukan atau buat

 await server.models.Role.findOrCreate(
 	{where: {name: val} },
 	{name: val}
 );
GutoTrosla