From 16d0e6262d6a7ca31c0bbd9ff53778a571fc1a30 Mon Sep 17 00:00:00 2001 From: Simonas Karuzas Date: Thu, 16 Apr 2020 20:18:26 +0300 Subject: [PATCH] docs: Sending didcomm --- docs/Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docs.md b/docs/Docs.md index a2fa76620..e63cc3012 100644 --- a/docs/Docs.md +++ b/docs/Docs.md @@ -502,7 +502,7 @@ console.log(message.type) // w3c.vp ## GraphQL ```graphql -mutation sendMessageDidCommAlpha1($data: SendMessageInput!, $url: String) { +mutation sendMessageDidCommAlpha1($data: SendMessageDidCommAlpha1Input!, $url: String) { sendMessageDidCommAlpha1(data: $data, url: $url, save: true) { id }