graphql-python / graphene-federation

Federation implementation for Graphene.
MIT License
40 stars 10 forks source link

BugFix: Enum support in compound keys #24

Open abhinand-c opened 1 year ago

abhinand-c commented 1 year ago

Fixes issue #23

When using Enum Field as a key in containing a compound statement, validation fails and doesn't work (raises AssertionError: Invalid compound key definition for type). But the same works if there is no compound key, only enum key.

Changes: