joyent-portal/packages/my-joy-instances/src/graphql/get-snapshot.gql

7 lines
115 B
Plaintext
Raw Normal View History

2018-03-01 03:15:16 +02:00
query snapshot($machine: ID!, $name: String!) {
snapshot(machine: $machine, name: $name) {
id
name
}
}