Naming Convention Transform
Transform the response of your GraphQL API with naming-convention. Apply casing and other conventions to your response with ease.
The naming convention transforms allow you to apply casing and other conventions to your response.
How to use?
You can import createNamingConventionTransform to create an instance of the transform. Each
parameter of the transform factory takes a function that takes a string, and returns another string.
So you can use your own convention functions, or use the provided ones like pascalCase,
upperCase, camelCase, etc.