github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/eventing/set-default-eventing-for-application.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: setDefaultEventingForApplication(
     4      runtimeID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5      appID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     6    ) {
     7      defaultURL
     8    }
     9  }