dart-backend / graphql_dart

GraphQL for Dart
https://github.com/dukefirehawk/graphql_dart
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

fixed bug in enums #1

Closed jodinathan closed 2 years ago

jodinathan commented 2 years ago

the enums were using Value? which wasn't letting we build the project, so we changed the loop to a simpler one because only removing the ? would lead to an ugly values[k]!