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

7 lines
137 B
GraphQL

mutation deleteMachineSnapshot($id: ID!, $snapshot: ID!) {
deleteMachineSnapshot(id: $id, snapshot: $snapshot) {
id
name
}
}