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
Add the same option object as find or findOne so you can populate relations in the user collection.
To eliminate the need to use custom query through strapi.axios to get role and other relations to user collection.
I want to be able to get the relation data related to usser in a simpler way than today.
sample query: api/users/me?populate=* to get all the related data that is relatet to the loged in user.
api/users/me?populate=*
No related issue.
The text was updated successfully, but these errors were encountered:
Hey 👋🏼 I will work on it in the following weeks and it could be publish in less than 2 weeks
Sorry, something went wrong.
Stun3R
No branches or pull requests
Feature request
Summary
Add the same option object as find or findOne so you can populate relations in the user collection.
Why is it needed?
To eliminate the need to use custom query through strapi.axios to get role and other relations to user collection.
Suggested solution(s)
I want to be able to get the relation data related to usser in a simpler way than today.
sample query:
api/users/me?populate=*
to get all the related data that is relatet to the loged in user.Related issue(s)/PR(s)
No related issue.
The text was updated successfully, but these errors were encountered: