ocaml-graphql-server icon indicating copy to clipboard operation
ocaml-graphql-server copied to clipboard

`Schema.obj` allows multiple fields with the same field name

Open sgrove opened this issue 7 years ago • 0 comments

This should probably throw and schema construction time, but it could also just take the last-defined value. Currently it emits two field definitions (or however many calls to Schema.field there are).

sgrove avatar Feb 28 '18 09:02 sgrove