joyent-portal/packages/my-joy-beta/src/graphql/create-snapshot.gql

6 lines
122 B
Plaintext
Raw Normal View History

2017-10-04 20:27:55 +03:00
mutation createInstanceSnapshot($id: ID!, $name: String) {
2017-10-11 19:59:59 +03:00
createMachineSnapshot(id: $id, name: $name) {
name
}
2017-10-04 20:27:55 +03:00
}