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

Fix enum variant names in query filters and outputs #165

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Gebatzens
Copy link

PR Info

The custom naming functions you can supply via the BuilderContext
are not used for enum variants. Instead, upper camel case is hardcoded there.

Not sure if there are more places where this is an issue, I think the mutations part is still missing, but I was not able to test that yet.

I also modified the existing test to use a custom naming function.

Bug Fixes

  • Use custom naming functions for enum variant input / output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant