app-sre / qenerate

Code Generator for GraphQL Query and Fragment Data Classes
Apache License 2.0
9 stars 7 forks source link

allow empty maps instead of null #81

Open fishi0x01 opened 1 year ago

fishi0x01 commented 1 year ago

Some GQL servers (e.g., Github GQL endpoint) might return {} instead of null. This adds an extra flag to allow this behavior.