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

4 lines
59 B
Plaintext
Raw Normal View History

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