You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/schema/resolvers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ app.service('users').hooks({
315
315
316
316
<BlockQuotetype="warning"label="important">
317
317
318
-
In order to get the safe data from resolved associations **all services** involved need the `schemaHooks.resolveExternal`(or `resolveAll`) hook registered even if it does not need a resolver (`schemaHooks.resolveExternal()`).
318
+
In order to get the safe data from resolved associations **all services** involved need the `schemaHooks.resolveExternal` hook registered even if it does not need a resolver (`schemaHooks.resolveExternal()`).
319
319
320
320
`schemaHooks.resolveExternal` should be registered first when used as an `around` hook or last when used as an `after` hook so that it gets the final result data.
0 commit comments