Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/errorhandling.asciidoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Andy McCright <j.andrew.mccright@gmail.com>
  • Loading branch information
phillip-kruger and andymc12 committed Dec 31, 2019
1 parent 1831f52 commit 7946c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/errorhandling.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and each error can contain the following:
* `message` - a string description of the error (mandatory)
* `locations` - a list of locations, where each location is a map with the keys `line` and `column`, both positive numbers starting from 1 which describe the beginning of an associated syntax element to a particular point in the requested GraphQL document. (optional)
* `path` - details the path of the response field which experienced the error (optional)
* `extensions` - this allows implementation to add any additional key-value pairs of information.
* `extensions` - this allows implementation to add any additional key-value pairs of information (optional)

.Error Example
[source,json,numbered]
Expand Down

0 comments on commit 7946c3d

Please sign in to comment.