-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
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
"Expected value of type \"Visit\" but got: Visit." #599
Comments
Possibly a recreation of #319 ; Right now basic proxy models are suppose to work, but expects VisitModel to be the base proxy. The test is also using the relay interface and some other params, perhaps we should duplicate the test without those extra params as you did here. |
To add to this, my team is also finding this same behavior. We use the following library versions. It only seems to occur on Types that are using a proxy model. graphql-core==2.1 Debugging this, it looks like the issue is specifically arising from the PR #373. Also, to back up this, the problem seems to occur when it is a field referencing the proxy model as a foreign key. Update. I've pushed a PR #603 to address this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
#603 addresses this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, I have a very strange issue. Just playing around with GraphQL in an existing project. Here is my schema:
Query:
Output:
FWIW, these are Proxy Models, not sure if that matters.
The text was updated successfully, but these errors were encountered: