Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UniquenessKey for when Element is/isn't nullable (#896)
With a schema: type Query { things1: [Thing] # Note the lack of "!" } type Subscription { things2: [Thing!] # Note the "!" } the UniquenessKey for the two lists is the same, which causes non-deterministic output.
- Loading branch information