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
Hi,
small issue.
I am retrieving an object with a pointer to _User. a.user I am setting the user property of a new object like that b.user = a.user
then it is unable to save because expecting *_User, receiving *User
How can I solve that ? thanks
The text was updated successfully, but these errors were encountered:
I'm not sure if I had the same problem, but I imported User and it helped return the correct type.
from parse_rest.user import User
Sorry, something went wrong.
No branches or pull requests
Hi,
small issue.
I am retrieving an object with a pointer to _User. a.user
I am setting the user property of a new object like that b.user = a.user
then it is unable to save because expecting *_User, receiving *User
How can I solve that ?
thanks
The text was updated successfully, but these errors were encountered: