At a glance
- Identifier: #1073
- Stage: RFC 3 / Accepted
- Champion: @martinbonnin
- Latest activity: Added to WG agenda on 2024-04-04
- Spec PR: https://github.com/graphql/graphql-spec/pull/1073
- Related:
Spec PR description
Replace should with must in the description of error paths: This field must be a list of path segments starting...
{
"message": "Name for character with ID 1002 could not be fetched.",
"locations": [{ "line": 6, "column": 7 }],
"path": ["hero", "heroFriends", 1, "name"]
}
Anything else will make it impossible to handle errors in error-aware clients. This is especially important for strict-nullability or semantic-non-nullability
Timeline
- Added to WG agenda on 2024-04-04
- Mentioned in WG notes on 2024-04-01
- Added to WG agenda on 2024-03-07
- Mentioned in WG notes on 2024-03-01
- 2 commits pushed on 2024-02-01:
- martinbonnin committed "Update spec/Section 7 -- Response.md"
- martinbonnin committed "format"
- Added to WG agenda on 2024-02-01
- Mentioned in WG notes on 2024-02-01
- Spec PR created on 2024-01-25 by martinbonnin
- Commit pushed on 2024-01-25 by martinbonnin: Be strict about error paths