github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/delete-webhook/delete-webhook.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: deleteWebhook(webhookID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      applicationID
     6      applicationTemplateID
     7      runtimeID
     8      formationTemplateID
     9      type
    10      mode
    11      correlationIdKey
    12      retryInterval
    13      timeout
    14      url
    15      urlTemplate
    16      inputTemplate
    17      headerTemplate
    18      outputTemplate
    19      statusTemplate
    20      auth {
    21        credential {
    22          ... on BasicCredentialData {
    23            username
    24            password
    25          }
    26          ... on CertificateOAuthCredentialData {
    27            clientId
    28            certificate
    29            url
    30          }
    31          ... on OAuthCredentialData {
    32            clientId
    33            clientSecret
    34            url
    35          }
    36        }
    37        oneTimeToken {
    38          __typename
    39          token
    40          used
    41          expiresAt
    42        }
    43        certCommonName
    44        accessStrategy
    45        additionalHeaders
    46        additionalQueryParams
    47        requestAuth {
    48          csrf {
    49            tokenEndpointURL
    50            credential {
    51              ... on BasicCredentialData {
    52                username
    53                password
    54              }
    55              ... on OAuthCredentialData {
    56                clientId
    57                clientSecret
    58                url
    59              }
    60              ... on CertificateOAuthCredentialData {
    61                clientId
    62                certificate
    63                url
    64              }
    65            }
    66            additionalHeaders
    67            additionalQueryParams
    68          }
    69        }
    70      }
    71      createdAt
    72    }
    73  }