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