torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!

Home Page:https://wagtail-grapple.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add graphql fields for core wagtail model properties

Morsey187 opened this issue · comments

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.

Similar to #237