Skip to content

fix: Removes null serialization check. #109

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

Conversation

NeedleInAJayStack
Copy link
Member

@NeedleInAJayStack NeedleInAJayStack commented Oct 10, 2022

This was preventing custom Scalars from representing items using Map.null. In the case where the value cannot be serialized, the serialize method itself should throw an error (not return null).

This was preventing custom Scalars from representing items using Map.null. In the case where the value cannot be serialized, the serialize method itself should throw an error (not return null).
@NeedleInAJayStack NeedleInAJayStack force-pushed the fix/remove-null-scalar-check branch from dfcef5d to a88555b Compare October 11, 2022 16:44
@NeedleInAJayStack
Copy link
Member Author

Thanks @paulofaria!

@NeedleInAJayStack NeedleInAJayStack merged commit 080cffd into GraphQLSwift:main Oct 11, 2022
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.

2 participants