Skip to content

Conversation

@rrosenzweig
Copy link
Collaborator

This PR adds the path property for errors returned from io_fields.

Example response before:

{
  "data": null,
  "errors": [
    {
      "message": "boom"
    }
  ]

After:

{
  "data": null,
  "errors": [
    {
      "message": "boom",
      "path": ["foos", 2, "bar"]
    }
  ]
}

@rrosenzweig rrosenzweig force-pushed the paths-in-error-response branch 3 times, most recently from 080c14d to 239ab3d Compare August 27, 2018 08:19
@rrosenzweig rrosenzweig merged commit fe10f9f into master Aug 27, 2018
@rrosenzweig rrosenzweig deleted the paths-in-error-response branch August 27, 2018 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants