github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/update-formation-constraint/update-formation-constraint.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 mutation { 3 result: updateFormationConstraint( 4 id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" 5 in: { 6 inputTemplate: "{\"formation_template_id\": \"{{.FormationTemplateID}}\",\"resource_type\": \"{{.ResourceType}}\",\"resource_subtype\": \"{{.ResourceSubtype}}\",\"resource_id\": \"{{.ResourceID}}\",\"tenant\": \"{{.TenantID}}\",\"key\": \"value\"}" 7 } 8 ) { 9 id 10 name 11 constraintType 12 targetOperation 13 operator 14 resourceType 15 resourceSubtype 16 inputTemplate 17 constraintScope 18 } 19 }