byme8 / ZeroQL

C# GraphQL client with Linq-like syntax
MIT License
278 stars 13 forks source link

Fix type replacement inside the nullable array. #103

Closed byme8 closed 6 months ago

byme8 commented 6 months ago

The ZeroQL replaces type names when property names are identical. However, it was not correctly doing it for nullable type inside nullable array.

This PR fixes the issue.

Fixes #102