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

Add graphql fields for core wagtail model properties #260

Open Morsey187 opened 2 years ago

Morsey187 commented 2 years ago

It would be a nice enhancement to not have to write our own graphql_fields for core wagtail model properties, for example wagtail's image model (AbstractImage) is missing the fields default_alt_text and filename, requiring you to add them manually.

kbayliss commented 2 years ago

Similar to https://github.com/torchbox/wagtail-grapple/issues/237