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

4 lines
61 B
Plaintext
Raw Normal View History

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