Skip to content

Instantly share code, notes, and snippets.

@jaunesarmiento
Last active August 3, 2020 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaunesarmiento/9f4be56ef9628cd6ccd8c0f056ed9ad0 to your computer and use it in GitHub Desktop.
Save jaunesarmiento/9f4be56ef9628cd6ccd8c0f056ed9ad0 to your computer and use it in GitHub Desktop.
{
provider: { ... }, // this contains AppSync subscription metadata
value: {
data: {
onCreateMessage: {
id: "374fdfe6-71e4-4e02-b41f-d9d78037c916",
channelID: "1",
author: "Dave",
body: "This should be the new message",
createdAt: "2020-08-01T04:43:58.335Z",
updatedAt: "2020-08-01T04:43:58.335Z",
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment