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

Move away from accessing stream_data directly #134

Closed zerolab closed 3 years ago

zerolab commented 3 years ago

Ref: https://github.com/wagtail/wagtail/pull/6485

tl;dr "external code should not be using stream_data"

fabienheureux commented 3 years ago

Won't this be fixed by https://github.com/GrappleGQL/wagtail-grapple/pull/172 ?

zerolab commented 3 years ago

Yep, that'll do it

ruisaraiva19 commented 3 years ago

Fixed by #172 .