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

Missing `path` and `locations` keys from errors field in responses

Open anmonteiro opened this issue 7 years ago • 1 comments

According to the Errors section of the GraphQL spec, OGS should be returning path and locations keys for execution errors.

anmonteiro avatar Aug 08 '18 19:08 anmonteiro

Paths were done in https://github.com/andreas/ocaml-graphql-server/pull/112 Locations might be possible after #132

anmonteiro avatar Dec 18 '18 17:12 anmonteiro