fix(instances): always get id when fetching resources
This commit is contained in:
parent
50faa9d9ac
commit
b6e7af2422
@ -34,6 +34,7 @@ mutation createInstance(
|
||||
name
|
||||
}
|
||||
package {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
|
@ -12,9 +12,11 @@ query instances {
|
||||
memory
|
||||
disk
|
||||
package {
|
||||
id
|
||||
name
|
||||
}
|
||||
snapshots {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user