Last active
April 11, 2016 09:04
-
-
Save nodkz/bb0f4e050448225a8346cefa7077eab8 to your computer and use it in GitHub Desktop.
What reindex.io will return on DELETE? Null, empty or the previous object data.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutation { | |
deleteMovie(input: {clientMutationId:"123", id:"TW92aWU6NTZiODc5M2E4NzMwNzYxMjAwMGZhNWM2"}) { | |
clientMutationId | |
id | |
changedMovie { | |
id | |
title | |
} | |
changedMovieEdge { | |
cursor | |
node { | |
id | |
title | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mikhail, BE AWARE! This is query touch example on the main page reindex.io, if you have enough permissions ;P
I have not such perms:
But I'm very interested with normal answer (returned data).