hasura / ndc-spec

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

Require scalar type representations and remove deprecated ones #188

Closed daniel-chambers closed 2 weeks ago

daniel-chambers commented 3 weeks ago

This PR makes type representations in scalar types required. They were previously optional for backwards compatibility, where a missing value was assumed to mean JSON.

Also the deprecated number and integer representations have been removed.