wundergraph icon indicating copy to clipboard operation
wundergraph copied to clipboard

wundegraph_cli doesn't catch missed not auto increment primary key in struct derive GraphQLInputObject

Open p-alik opened this issue 5 years ago • 0 comments

As mentioned in #3 CI bench checks run faultless despite the struct https://github.com/weiznich/wundergraph/blob/ffbb883eea169d1750659e038d7051a84b21f6e7/wundergraph_bench/src/api.rs#L553-L557 doesn't contain two fields, which are set as primary key for the table https://github.com/weiznich/wundergraph/blob/ffbb883eea169d1750659e038d7051a84b21f6e7/wundergraph_bench/src/api.rs#L287-L293

p-alik avatar Jul 25 '20 11:07 p-alik