Skip to content

Commit

Permalink
docs: Sending didcomm
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 16, 2020
1 parent ae23c88 commit 16d0e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 16d0e62

Please sign in to comment.