Created
August 25, 2017 15:44
-
-
Save gc-codesnippets/b70e5652327c3f757cf4a83d0d9fb506 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| subscription { | |
| Message { | |
| mutation # contains `CREATED`, `UPDATED` or `DELETED` | |
| # node carries the new values | |
| node { | |
| text | |
| sentBy { | |
| name | |
| } | |
| } | |
| # previousValues carries scalar values from before the mutation happened | |
| previousValues { | |
| text | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment