Skip to content

Support serialise nested object as null #27

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

Closed
see-mack opened this issue Jul 28, 2017 · 3 comments
Closed

Support serialise nested object as null #27

see-mack opened this issue Jul 28, 2017 · 3 comments

Comments

@see-mack
Copy link

The Android client is facing the same problem as iOS. See Shopify/graphql_swift_gen#7

@wesleyjellis wesleyjellis changed the title Support serialise nested object as nil Support serialise nested object as null Jul 31, 2017
@wesleyjellis
Copy link

@eapache I could have sworn that we had support for this already somewhere but I can't seem to find us using it

@eapache
Copy link
Contributor

eapache commented Jul 31, 2017

I think you're thinking of the other case: telling the difference between a field being missing or having a literal null when returned from the server. I don't think we ever supported it on input objects.

@dylanahsmith
Copy link
Contributor

We didn't used to support it, since the GraphQL standard didn't used to allow a literal null value. That was a more recent addition.

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

No branches or pull requests

4 participants