[GAP-10] Specify that clients should populate error
pathfrom__path__(#50)Adds guidance that mock error objects should have their
pathfield populated at runtime using the response path derived from__path__, ensuring errors correctly reflect their position in the response.Addresses https://github.com/graphql/gaps/pull/46#discussion_r3327977047
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
GraphQL Auxiliary Proposals (GAPs)
This repository provides a public home for GraphQL Auxiliary Proposals (GAPs), community specifications and auxiliary proposals that address issues outside of the core GraphQL spec.
This repository is not generally intended for custom scalar specifications, which already have dedicated homes elsewhere.
Visit the website
This repository is not designed to be browsed directly; please instead visit the website which automatically renders each specification via
spec-mdand includes additional navigational assistance and cross-linking:https://gaps.graphql.org/
GAP Numbering
Each GAP is numbered after the GitHub Pull Request that introduces it. For example, if the PR that adds a GAP is
graphql/gaps#10, the proposal becomes GAP-10.Repository structure
Each proposal lives in its own
GAP-Nfolder and must include:DRAFT.md— the working document of the proposal/specificationREADME.md— a brief overview and status, including challenges/drawbacks and related resources or prior artmetadata.yml— summary, authorship, sponsorship, status, and related metadataSee CONTRIBUTING.md for the full GAP process.