Closed fishi0x01 closed 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.
GQLEnumType
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.