joyent-portal/frontend/src/graphql/DeploymentGroups.gql

12 lines
151 B
Plaintext
Raw Normal View History

2017-05-11 20:16:52 +03:00
query DeploymentGroups {
deploymentGroups {
...DeploymentGroupInfo
}
}
fragment DeploymentGroupInfo on DeploymentGroup {
uuid
name
id
}