Niels Ganser

Results 7 issues of Niels Ganser

[There don't seem to be any breaking changes in v4.](https://github.com/countries/countries/blob/master/CHANGELOG.md#400-20210611-0947-0100)

CLA Signed

On master, as well as at least in versions 0.3.2+, one can neither clone nor duplicate a Twin as expected. Property changes in one of the twins will propagate to...

Suppose I have a `Twin A` that contains a collection of `Twins B`. `Twin B` is backed by a database table. Collection membership is indicated by a `twin_a_id` column on...

Previously, a GraphQL document containing nested fields could not be tested if one of the values was null / `nil`. The library stringifies the expected response, coercing `nil` to `""`....

Back in 0.3.X, we used to have response-code specific error classes such as UnauthorizedError. With v1, these are gone, seemingly replaced by the generic APIError. This already makes it more...

Added / fixed some documentation for the repository loader.

Forgive me if this is an _operator error_, but I think we're seeing Spraypaint being unable to cope with graphiti produced validation errors on (deeply) nested relationships. We have a...