Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Enum types #24

Closed
rafalp opened this issue Jul 20, 2023 · 1 comment
Closed

Support Enum types #24

rafalp opened this issue Jul 20, 2023 · 1 comment
Labels
next-api Support for both code and schema first approaches prio: high High priority
Milestone

Comments

@rafalp
Copy link
Contributor

rafalp commented Jul 20, 2023

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).

@rafalp rafalp added next-api Support for both code and schema first approaches prio: high High priority labels Jul 20, 2023
@rafalp rafalp added this to the Next API milestone Jul 20, 2023
@rafalp
Copy link
Contributor Author

rafalp commented Nov 21, 2023

Done in #32

@rafalp rafalp closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next-api Support for both code and schema first approaches prio: high High priority
Projects
None yet
Development

No branches or pull requests

1 participant