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

6 lines
74 B
GraphQL

mutation startInstance($id: ID!) {
startMachine(id: $id) {
id
}
}