react-code-dataset
/
spectrum
/api
/test
/thread
/queries
/__snapshots__
/messageConnection.test.js.snap
| // Jest Snapshot v1, https://goo.gl/fbAQLP | |
| exports[`messageConnection should fetch a threads messages 1`] = ` | |
| Object { | |
| "data": Object { | |
| "thread": Object { | |
| "messageConnection": Object { | |
| "edges": Array [ | |
| Object { | |
| "node": Object { | |
| "id": "1", | |
| }, | |
| }, | |
| Object { | |
| "node": Object { | |
| "id": "2", | |
| }, | |
| }, | |
| Object { | |
| "node": Object { | |
| "id": "3", | |
| }, | |
| }, | |
| Object { | |
| "node": Object { | |
| "id": "4", | |
| }, | |
| }, | |
| ], | |
| }, | |
| }, | |
| }, | |
| } | |
| `; | |