patrick91 / strawberry-wagtail

A plug and play GraphQL API for Wagtail, powered by Strawberry 🍓
MIT License
31 stars 3 forks source link

Allow to extend/customise GraphQL types #4

Open patrick91 opened 2 years ago

patrick91 commented 2 years ago

Currently there's no way to define additional fields or to change a field type/resolver. We should find a way to allow this.

estyxx commented 1 year ago

Does this issue include registering other Block custom types? For example, wagtail-grapple has a decorator register_streamfield_block and a GraphQLField (don't know if I like this strategy though...)