How can I set bodylimit according to mutations?

I am trying to set the bodylimit according to the mutations. I want to set different bodyLimit due to different file sizes.

I tried to use @fastify/multipart in server.ts but i cant.

Currently, I have only set the bodyLimit globally for all mutations.

Hi. Could you show how you are setting the bodyLimit or share a pro where we can reproduce?

The fats been some recent work on this topic here: [Bug?]: cannot set bodyLimit using server.ts · Issue #10958 · redwoodjs/redwood · GitHub

Which fixes some fustily plugin features: feat: add customize content type parsers for api plugin by Josh-Walker-GM · Pull Request #10573 · redwoodjs/redwood · GitHub

Also, GraphQL uploads are coming soon: feat(uploads): Configure apollo client to do multi-part form uploads by dac09 · Pull Request #11175 · redwoodjs/redwood · GitHub