Andreas Nüßlein
Andreas Nüßlein
@danielniccoli I think your confusion stems from the fact that `` can actually do both behaviours. this blogpost made the difference clear to me: https://blog.webdevsimplified.com/2023-04/html-dialog/ specifically this: ```typescript dialog.show() //...
Just my two cents: I've tried GraphQL extensively with a big project of ours for a while. I tried Graphene, Strawberry and ultimately landed on Ariadne. It was .. fine.....
Like @lb- is already pointing out: I would 100% argue for OpenAPI-types for all the given Pages (and Streamfield Blocks). I heavily use DRF-Spectacular these days in almost all projects...
So, I was fed up with DRF and DRF-Spectacular. https://github.com/sinnwerkstatt/wagtail-ninja and https://pypi.org/project/wagtail-ninja/ for a first alpha. basically it should be as simple as ```python from wagtail_ninja.api import api as ninja_api...