You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to supporting plain Python enum types, we could provide EnumObject for scenarios where more graphql-specific enum type is needed (eg. to include directives, extend existing type, create GraphQL enum that's only a subset of python enum).