Features:
- Added subscription parameters for
graphQLSchemaFromRxSchema() - Added RxDocument.atomicPatch()
Bugfixes:
- (types) Returned values of
syncGraphQL()did not type-match withRxGraphQLReplicationState RxDocument.atomicUpdate()now does a retry on 409 write conflicts
Other:
- Added authentication to graphql example
- Deprecated
RxDocument.atomicSet(). UsedatomicPatchinstead, it works better with typescript - (docs) added workarounds for 6-connection limit at couchdb replication #2659. Thanks @MuresanSergiu