Skip to content

Support for null values#683

Open
krasish wants to merge 4 commits intographql-go:masterfrom
krasish:support-nulls
Open

Support for null values#683
krasish wants to merge 4 commits intographql-go:masterfrom
krasish:support-nulls

Conversation

@krasish
Copy link
Copy Markdown

@krasish krasish commented Nov 14, 2023

Description:

Currently, null values are explicitly ignored and cause an error when parsing. This is not correct, because the GraphQL spec supports them. (ref).

There are also quite a few open issues which refer to this problem, namely:

This PR provides support for null values. I tried to keep the implementation maximally "compliant" with the current codebase, but I am willing to make changes, just to merge this functionality.

I assume that this project is already being used in quite a few production cases and such deviations from the spec are not acceptable. I see that there already are some PRs that introduce this change, which are outdated, I will try to keep mine up-to-date, just to get this merged.

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

3 participants