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

Don't decode null values #330

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

kamilJ96
Copy link
Contributor

Early return for null values - avoids running them through a decoder if provided to ensure decoders receive only non-null fields.

Fixes #329

@aexol
Copy link
Collaborator

aexol commented Aug 13, 2022

Good point

@GauBen
Copy link
Contributor

GauBen commented Aug 18, 2022

Thank you very much for this fix!

@aexol aexol merged commit edce9cc into graphql-editor:master Sep 1, 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.

Null values being decoded by custom scalar
3 participants