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

Support for null literal #289

Closed
olirice opened this issue Dec 13, 2022 · 1 comment
Closed

Support for null literal #289

olirice opened this issue Dec 13, 2022 · 1 comment
Assignees
Labels
GraphQL spec Relates to compliance with GraphQL spec

Comments

@olirice
Copy link
Contributor

olirice commented Dec 13, 2022

It is not currently possible to update a value to null or insert a record with a null value where a default exists.

The GraphQL spec supports a null literal graphql/graphql-spec#83
so null does not need to be treated as absent in all cases

Note:
it is not clear to me what the behavior it expected to be in all cases from the spec
need to look at other implementations to make sure they all agree

For example, I assume passing null to the after argument during pagination should be ignored? If not, what is the distinction

@olirice olirice added the triage-required Pending triage from maintainers label Dec 13, 2022
@olirice olirice self-assigned this Dec 13, 2022
@olirice olirice changed the title Support null literal Support for null literal Dec 13, 2022
@olirice olirice added GraphQL spec Relates to compliance with GraphQL spec and removed triage-required Pending triage from maintainers labels Dec 13, 2022
@olirice
Copy link
Contributor Author

olirice commented Jan 5, 2023

resolved by #290

@olirice olirice closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphQL spec Relates to compliance with GraphQL spec
Projects
None yet
Development

No branches or pull requests

1 participant