Denis Yılmaz

Results 21 comments of Denis Yılmaz

For example something like `url @transcode(…)` would be great. ```gql { asset(kind: "video") { title url @transcoder(width:768 ,videoBitRate:"500k") } } ```

@khalwat I guess this has no priority?

alright, thanks for that information. then I hope there are people out there requesting this feature as well. For anyone searching for a temporary solution, I used the _Preparse Field_...

hi @khalwat , any plans to get this feature implemented in the near future?

@khalwat do you know when/if this feature will be coming to Retour (for Craft CMS v4)?

@khalwat Thanks for that update. I tested this in a current Craft CMS 5 project but am a bit confused about the change. I have the following setup: Entry with...

@khalwat After updating and testing with the following query i got a "internal server error" from `RetourResolver.php`: (note: without the lang prefix its working, but i guess this request should...

@khalwat I tested your example query but got some weird result: ```gql { deSite: retourResolveRedirect(uri: "/news/some-news", site: "de") { redirectHttpCode redirectSrcUrl redirectDestUrl } enSite: retourResolveRedirect(uri: "/news/some-news", site: "en") { redirectHttpCode...

Dmytro Mezhenskyi from [Decoded Frontend](https://www.youtube.com/@DecodedFrontend) suggested a solution with a TestHost Component that sets the inputs, which works with Cypress: https://youtu.be/U8YXaWwyd9k?si=fR4Pd5LErMGztCZ4&t=720