fdecan

Results 5 issues of fdecan

**Describe the bug** With the GraphQL handler, enum case is preserved, that's not the case with the openAPI handler. I tried adding a naming convention transform to work around the...

stage/1-reproduction

@mlipscombe tell me what you think about it. I will provide the tests ASAP. I'm pretty sure there is a nicer way than `includes('updateBy')` to detect an updater field in...

Hello everyone, this issue is more of a call for help. I am trying to use this core plugin https://www.graphile.org/postgraphile/make-wrap-resolvers-plugin/ in conjunction with postgraphile nested mutations. ```js // Example: log...

I found an issue while performing delete mutations from multiple primary keys : ```gql deleteByCarIdAndBrandId: [ { carId: 514, brandId: 43 } ] ``` Pg compiler outputs an error :...

Hello there, I was wondering if this plugin could work with deeply nested unique relationships, eg : ``` create table user ( id text not null primary key, name text...