Skip to content
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

querying for "custom_rendition_property" in the example, results in error #318

Closed
engAmirEng opened this issue Feb 25, 2023 · 2 comments
Closed

Comments

@engAmirEng
Copy link
Contributor

"Cannot return null for non-nullable field CustomImageRendition.customRenditionProperty." is the result of querying the "custom_rendition_property" while we have this:

def custom_rendition_property(self, info, **kwargs):
return "Rendition Model!"
graphql_fields = (
GraphQLString("custom_rendition_property", required=True),

@engAmirEng engAmirEng changed the title querying for "custom_rendition_property" in the example result's in error querying for "custom_rendition_property" in the example, results in error Feb 25, 2023
@engAmirEng
Copy link
Contributor Author

Even in #312 this behavior continues to exist, I don't understand why

@zerolab
Copy link
Member

zerolab commented Jul 10, 2023

Fix in #337

@zerolab zerolab closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants