joyent-portal/packages/my-joy-beta/src/graphql/stop-instance.gql
2017-11-28 14:50:55 +00:00

6 lines
72 B
GraphQL

mutation stopInstance($id: ID!) {
stopMachine(id: $id) {
id
}
}