ocaml-graphql-server
ocaml-graphql-server copied to clipboard
Missing `path` and `locations` keys from errors field in responses
According to the Errors section of the GraphQL spec, OGS should be returning path and locations keys for execution errors.
Paths were done in https://github.com/andreas/ocaml-graphql-server/pull/112 Locations might be possible after #132