11 lines
125 B
GraphQL
11 lines
125 B
GraphQL
#
|
|
# Copyright 2020 DxOS.org
|
|
#
|
|
|
|
mutation ($command: String!) {
|
|
wns_action(command: $command) {
|
|
timestamp
|
|
code
|
|
}
|
|
}
|