At a glance
- Identifier: #1073
- Stage: RFC 3 / Accepted
- Champion: @martinbonnin
- Latest activity: Spec PR merged 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
April 2024
- Spec PR merged on 2024-04-04 by leebyron
- Advanced to RFC 3 on 2024-04-04 by leebyron
- Added to WG agenda on 2024-04-04
- Mentioned in WG notes on 2024-04-01
March 2024
February 2024
- 2 commits pushed on 2024-02-01
- @martinbonnin committed "Update spec/Section 7 -- Response.md"
- @martinbonnin committed "format"
- Advanced to RFC 2 on 2024-02-01 by leebyron
- Added to WG agenda on 2024-02-01
- Mentioned in WG notes on 2024-02-01
January 2024
- Top comment edited on 2024-01-25 by martinbonnin
- Spec PR created on 2024-01-25 by martinbonnin
- @martinbonnin committed "Be strict about error paths" on 2024-01-25