GraphQL Code Generator : How to stop alphabetical ordering of args in mutations?

GraphQL Code Generator : How to stop alphabetical ordering of args in mutations?

I am working on a legacy graphql schema, which I am moving into a nest app. I cannot change schema as it will not align with frontend apps.

 

Read More