ocaml-graphql-server
ocaml-graphql-server copied to clipboard
`Schema.obj` allows multiple fields with the same field name
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).