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

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