Skip to content

Instantly share code, notes, and snippets.

@kamilkisiela
Created January 15, 2019 19:36
Show Gist options
  • Save kamilkisiela/5c58bfcd1b106c79d2c8ea8316798180 to your computer and use it in GitHub Desktop.
Save kamilkisiela/5c58bfcd1b106c79d2c8ea8316798180 to your computer and use it in GitHub Desktop.
this.loona
.mutate(NewMessage, variables, {
optimisticResponse: {
newMessage: {
__typename: 'Message',
id: randomID(),
text,
createdAt: new Date(),
sender,
recipient,
},
},
}).subscribe();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment