Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ first
Method
first
lib/queryBuilder/QueryBuilder.js:807–809 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
805
}
806
807
first(...args) {
808
return
this.addOperation(
new
FirstOperation(
'first'
), args);
809
}
810
811
joinRelated(expression, options) {
812
ensureJoinRelatedOperation(this,
'innerJoin'
).addCall({
Callers
15
findOne
Method · 0.80
findById
Method · 0.80
unrelate.js
File · 0.80
withGraph.js
File · 0.80
find.js
File · 0.80
jsonQueries.js
File · 0.80
queryContext.js
File · 0.80
compositeKeys.js
File · 0.80
delete.js
File · 0.80
insertGraph.js
File · 0.80
insert.js
File · 0.80
relate.js
File · 0.80
Calls
1
addOperation
Method · 0.80
Tested by
no test coverage detected