Breaking change: support for the v0.1.0-rc.14 of NDC Spec.
- Function name formatting is now standard JavaScript
camelCase
. NDC types used for wire-transmission match the spec (snake_cased). - Added nested field selections (
Field.fields
) - Capabilities now only specifies a single supported version (
CapabilitiesResponse.version
) Expression.where
renamed toExpression.predicate
PathElement.predicate
is now optional- Added Predicate types (new
predicate
Type.type) - Added mutation capability
- Comparison operators
- Changes to explain:
Connector.explain
renamed toConnector.queryExplain
and endpoint moved from/explain
to/query/explain
.Connector.mutationExplain
added with endpoint/mutation/explain
.explain
capability moved toquery.explain
.mutation.explain
capability added.
ComparisonOperatorDefinition
now hasequal
andin
as two standard definitions and custom operators can be defined. The equality operator is no longer required to be defined and must be explicitly defined.
Full Changelog: v1.2.8...v2.0.0