torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
152 stars 57 forks source link

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

Closed engAmirEng closed 1 year ago

engAmirEng commented 1 year ago

"Cannot return null for non-nullable field CustomImageRendition.customRenditionProperty." is the result of querying the "custom_rendition_property" while we have this: https://github.com/torchbox/wagtail-grapple/blob/1bd7972a2c683a610c90be6c7d05dd067ae2eb35/example/images/models.py#L24-L28

engAmirEng commented 1 year ago

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

zerolab commented 1 year ago

Fix in #337