hasura / ndc-spec

NDC Specification and Reference Implementation
http://hasura.github.io/ndc-spec
20 stars 5 forks source link

add an explicit requirement of ordering of variables #180

Closed ecthiender closed 2 months ago

ecthiender commented 2 months ago

In case of variables, explicitly add a requirement that the ordering of the RowSets in the response should match the order of the variables in the query request.

This is important because, if the connector author doesn't follow this, it could result in undefined results.