9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
#import "./ServiceInfo.gql"
|
||
|
|
||
|
mutation config($deploymentGroupName: String!, $type: ManifestType!, $format: ManifestFormat!, $raw: String!) {
|
||
|
config(deploymentGroupName: $deploymentGroupName, type: $type, format: $format, raw: $raw) {
|
||
|
image
|
||
|
...ServiceInfo
|
||
|
}
|
||
|
}
|