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

8 lines
116 B
Plaintext
Raw Normal View History

2017-05-16 16:46:04 +03:00
#import "./DeploymentGroupInfo.gql"
2017-05-11 20:16:52 +03:00
query DeploymentGroups {
deploymentGroups {
...DeploymentGroupInfo
}
}