We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
userId
undefined
matb33:collection-hooks
Comments.before.insert(function (userId, doc) { const now = new Date(); doc.createdBy = userId; doc.createdAt = now; doc.updatedBy = userId; doc.updatedAt = now; })
When using cult-of-coders:apollo, userId is undefined in collection hooks. It does work when using swydo:ddp-apollo.
cult-of-coders:apollo
swydo:ddp-apollo
Is there a known work around?
The text was updated successfully, but these errors were encountered:
Looks like we have the same issue for collection helpers (dburles/meteor-collection-helpers)
collection helpers
dburles/meteor-collection-helpers
Sorry, something went wrong.
No branches or pull requests
When using
cult-of-coders:apollo
,userId
is undefined in collection hooks. It does work when usingswydo:ddp-apollo
.Is there a known work around?
The text was updated successfully, but these errors were encountered: