feat(instances): remove snapshots/package from instance list query

This commit is contained in:
Sérgio Ramos 2018-04-05 18:00:09 +01:00
parent f73a9f4eca
commit c413677b0e

View File

@ -14,14 +14,6 @@ query instances($offset: Int, $limit: Int) {
brand brand
memory memory
disk disk
package {
id
name
}
snapshots {
id
name
}
} }
} }
} }