有没有办法使postgraphile模式中的所有字段都小写,即使数据库字段是camelCased (即customerName => customername)?
发布于 2019-11-02 19:55:34
是的,这可以使用InflectionPlugin来完成。了解更多关于inflection here的信息。您将不得不深入挖掘文档和源代码,但通过一些跟踪和错误,您应该很快就能到达那里。
https://stackoverflow.com/questions/58670662
复制相似问题