Dan Braghiș
Dan Braghiș
Hey @paul-apacio could you add a test please?
Hey @lanshark, if they are custom StructBlocks then it is a good idea to register them, otherwise you have to go down a nested rabbit hole of blog type fragments....
Have you tried [`@register_paginated_query_field`](https://wagtail-grapple.readthedocs.io/en/latest/general-usage/decorators.html#grapple.helpers.register_paginated_query_field) ?
The documentation says: > You can add custom query parameters like so: ```python @register_paginated_query_field( "advert", "adverts", { "id": graphene.Int(), "url": graphene.String(), }, ) ``` then use it in your query:...
Hey @dilonne, Can you share your overrides? I don't have lots of time this week, but keen to improve the developer experience, or documentation where possible
Hey @jffr, thank you for this. Could you add a test for the changes, please?
While 1️⃣ was my gut feeling (well, it is the easiest 😂), I think 2️⃣ is the more appropriate response. Happy to hear alternatives. e.g. what added benefit would a...
There's #225 which attempted to fix this, but it went in a direction I don't think is needed. Currently quite busy, so can't promise anything, sorry
@seb-b that is a great catch. Do you have time to submit a PR?
Thank you for this @Leden. Could you please add some documentation and a couple of tests?