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

7 lines
129 B
GraphQL

mutation createInstanceSnapshot($id: ID!, $name: String) {
createMachineSnapshot(id: $id, name: $name) {
id
name
}
}