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.