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

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