mirror of https://gitee.com/bigwinds/arangodb
474 B
474 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JSF_foxx_repository_firstExample
/// FoxxRepository#firstExample(example)
///
/// Returns the first model that matches the given example.
///
/// @EXAMPLES
///
/// javascript /// var myModel = repository.firstExample({ amazing: true }); /// myModel.get('name'); ///
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////