We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to support sending a nested object as nil so as to delete the object.
nil
objectUpdate(input: $input) { userErrors { field, message } object { id title suboject { id name } } } }
To do that we have to modify the serialise function.
serialise
The text was updated successfully, but these errors were encountered:
This is also affecting the android client. Is there an open issue to fix that as well?
Sorry, something went wrong.
I created this ticket but haven't had a chance to look into it. It's not on my TODO plan now, but I can take a peek after.
Closing in favour of #8
No branches or pull requests
We have to support sending a nested object as
nil
so as to delete the object.To do that we have to modify the
serialise
function.The text was updated successfully, but these errors were encountered: