torchbox / wagtail-grapple

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

Make StreamfieldChooser blocks values nullable #396

Closed JakubMastalerz closed 2 weeks ago

JakubMastalerz commented 3 weeks ago

resolves #394

This PR changes the "value fields" of SnippetChooserBlock, DocumentChooserBlock, ImageChooserBlock and PageChooserBlock grapple types to be nullable.

This will allow those blocks to handle referencing deleted objects. Users will be able to implement gracious failing where those blocks are used instead of having to handle grapple errors.