joyent-portal/packages/my-joy-beta/src/graphql/enable-instance-fw.gql

6 lines
91 B
Plaintext
Raw Normal View History

2017-10-04 20:27:55 +03:00
mutation enableMachineFirewall($id: ID!) {
enableMachineFirewall(id: $id) {
id
}
2017-10-04 20:27:55 +03:00
}