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
[x] I have read the contribution guidelines
There isn't a clear description of options for the findByPk function. No clear option to query specific attributes
Write here.
Description of all parameters for the function.
The text was updated successfully, but these errors were encountered:
It is documented here for v7 https://sequelize.org/api/v7/classes/model#findByPk. v6 is https://sequelize.org/api/v6/class/src/model.js~model#static-method-findByPk but it's much less complete. If someone is willing to open a PR to enhance the jsdoc of that method in the v6 branch, we welcome a PR.
We should also link it from here
Sorry, something went wrong.
findByPk
evanrittenhouse
Successfully merging a pull request may close this issue.
Issue Creation Checklist
[x] I have read the contribution guidelines
Issue Description
What was unclear/insufficient/not covered in the documentation
There isn't a clear description of options for the findByPk function. No clear option to query specific attributes
Write here.
If possible: Provide some suggestion on how we can enhance the docs
Description of all parameters for the function.
The text was updated successfully, but these errors were encountered: