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

17 lines
166 B
GraphQL

query groups {
groups {
id
name
template {
id
name
package
image
created
}
capacity
created
updated
}
}