Test mutation.

This commit is contained in:
richburdon
2020-05-24 09:55:36 -04:00
parent ead184c3a9
commit 5476d9fce8
20 changed files with 148 additions and 58 deletions
@@ -3,7 +3,7 @@
#
{
ipfs {
ipfs_status {
json
}
}
@@ -3,7 +3,7 @@
#
{
status {
system_status {
timestamp
version
}
@@ -0,0 +1,10 @@
#
# Copyright 2020 DxOS
#
mutation Action($command: String!) {
wns_action(command: $command) {
timestamp
code
}
}
@@ -3,7 +3,7 @@
#
{
wns {
json @client
wns_status @client {
json
}
}