13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
|
#import "./DeploymentGroupInfo.gql"
|
||
|
|
||
|
query Services($deploymentGroupId: String!){
|
||
|
deploymentGroup(id: $deploymentGroupId) {
|
||
|
...DeploymentGroupInfo
|
||
|
services {
|
||
|
uuid
|
||
|
name
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
}
|