Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 83c8dd1

Browse files
author
Dekel Barzilay
committed
Updated docs on Upsert Graph
1 parent fb3c2ac commit 83c8dd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ explanation.
274274
Runs on `update` and `patch` service methods when `id` is set.
275275
276276
_The relation being upserted must also be present in `allowedEager` option and
277-
included in `$eager` query._
277+
included in `$eager` query when using the `update` service method._
278278
279279
#### Service Options
280280

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feathers-objection",
33
"description": "A service plugin for ObjectionJS an ORM based on KnexJS",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"homepage": "https://github.com/feathersjs-ecosystem/feathers-objection",
66
"keywords": [
77
"feathers",

0 commit comments

Comments
 (0)