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

Fixed: Enums do not deserialise correctly #218

Merged
merged 2 commits into from
Aug 24, 2018
Merged

Fixed: Enums do not deserialise correctly #218

merged 2 commits into from
Aug 24, 2018

Conversation

michaelstaib
Copy link
Member

When we deserialise an input object from a json string we do not currently have a schema context. This causes an issue with enum values which are handled as string values.
This pr introduces a hot fix for the issue but we have to fix this issue in another pr in the middleware.

@michaelstaib
Copy link
Member Author

The followup task is #219

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