Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Build an operator object for findValue()

Compare
Choose a tag to compare
@lakhassane lakhassane released this 16 Apr 12:40

Operator is optional. By defaul '='

findValue({
     uuid: 'id',
     relation: 'users',
     where: { first_name: 'Mama%', last_name: 'Cisse'},
     operator: { first_name: 'like', last_name: '='}
   })