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

4 lines
107 B
Plaintext
Raw Normal View History

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