1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_repository_firstEx...

208 B

FoxxRepository#firstExample(example)

Returns the first model that matches the given example.

@EXAMPLES

var myModel = repository.firstExample({ amazing: true });
myModel.get('name');