2

Is there any way to make all the fields in postgraphile schema lowercase even if the database fields are camelCased (i.e customerName => customername)?

Wojciech Owczarczyk
  • 5,595
  • 2
  • 33
  • 55

1 Answers1

0

Yes, this can be done using an InflectionPlugin. Find out more about inflection here. You will have to dig the documentation and the source code a bit but with some trail and error you should get there pretty quickly.

Herku
  • 7,198
  • 27
  • 36