app-sre / qenerate

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

Support GQLEnums #56

Closed fishi0x01 closed 1 year ago

fishi0x01 commented 1 year 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.