app-sre / qenerate

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

Support GQLEnums #56

Closed fishi0x01 closed 2 years ago

fishi0x01 commented 2 years ago

Adding support for GQLEnumType. A GQL enum is properly translated into a python Enum. Further, this adds the introspection of the Github GQL API, which has some enums to test with.