msolomon / argo

Argo is a compact and compressible binary serialization format for GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should inline errors have an array of error values?

msolomon opened this issue · comments

In #1 , @potatosalad points out multiple errors are permitted for each path. We may need an array of error values instead of a single error value as described.

This would require a spec update only (the reference implementation does not presently implement inline errors): 5.8.3 Field errors

Closed by #5