joyent-portal/consoles/my-joy-service-groups/src/graphql/list-service-groups.gql

17 lines
166 B
Plaintext
Raw Normal View History

2018-05-23 19:29:04 +03:00
query groups {
groups {
id
name
template {
id
name
package
image
created
}
capacity
created
updated
}
}