github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/merge-applications/merge-applications.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 mutation { 3 result: mergeApplications( 4 sourceID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" 5 destinationID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" 6 ) { 7 id 8 name 9 providerName 10 description 11 baseUrl 12 systemNumber 13 systemStatus 14 integrationSystemID 15 applicationTemplateID 16 labels 17 deletedAt 18 updatedAt 19 error 20 status { 21 condition 22 timestamp 23 } 24 webhooks { 25 id 26 applicationID 27 applicationTemplateID 28 runtimeID 29 formationTemplateID 30 type 31 mode 32 correlationIdKey 33 retryInterval 34 timeout 35 url 36 urlTemplate 37 inputTemplate 38 headerTemplate 39 outputTemplate 40 statusTemplate 41 auth { 42 credential { 43 ... on BasicCredentialData { 44 username 45 password 46 } 47 ... on CertificateOAuthCredentialData { 48 clientId 49 certificate 50 url 51 } 52 ... on OAuthCredentialData { 53 clientId 54 clientSecret 55 url 56 } 57 } 58 oneTimeToken { 59 __typename 60 token 61 used 62 expiresAt 63 } 64 certCommonName 65 accessStrategy 66 additionalHeaders 67 additionalQueryParams 68 requestAuth { 69 csrf { 70 tokenEndpointURL 71 credential { 72 ... on BasicCredentialData { 73 username 74 password 75 } 76 ... on OAuthCredentialData { 77 clientId 78 clientSecret 79 url 80 } 81 ... on CertificateOAuthCredentialData { 82 clientId 83 certificate 84 url 85 } 86 } 87 additionalHeaders 88 additionalQueryParams 89 } 90 } 91 } 92 createdAt 93 } 94 healthCheckURL 95 bundles { 96 data { 97 id 98 name 99 description 100 instanceAuthRequestInputSchema 101 instanceAuths { 102 id 103 context 104 inputParams 105 auth { 106 credential { 107 ... on BasicCredentialData { 108 username 109 password 110 } 111 ... on CertificateOAuthCredentialData { 112 clientId 113 certificate 114 url 115 } 116 ... on OAuthCredentialData { 117 clientId 118 clientSecret 119 url 120 } 121 } 122 oneTimeToken { 123 __typename 124 token 125 used 126 expiresAt 127 } 128 certCommonName 129 accessStrategy 130 additionalHeaders 131 additionalQueryParams 132 requestAuth { 133 csrf { 134 tokenEndpointURL 135 credential { 136 ... on BasicCredentialData { 137 username 138 password 139 } 140 ... on OAuthCredentialData { 141 clientId 142 clientSecret 143 url 144 } 145 ... on CertificateOAuthCredentialData { 146 clientId 147 certificate 148 url 149 } 150 } 151 additionalHeaders 152 additionalQueryParams 153 } 154 } 155 } 156 status { 157 condition 158 timestamp 159 message 160 reason 161 } 162 runtimeID 163 runtimeContextID 164 } 165 defaultInstanceAuth { 166 credential { 167 ... on BasicCredentialData { 168 username 169 password 170 } 171 ... on CertificateOAuthCredentialData { 172 clientId 173 certificate 174 url 175 } 176 ... on OAuthCredentialData { 177 clientId 178 clientSecret 179 url 180 } 181 } 182 oneTimeToken { 183 __typename 184 token 185 used 186 expiresAt 187 } 188 certCommonName 189 accessStrategy 190 additionalHeaders 191 additionalQueryParams 192 requestAuth { 193 csrf { 194 tokenEndpointURL 195 credential { 196 ... on BasicCredentialData { 197 username 198 password 199 } 200 ... on OAuthCredentialData { 201 clientId 202 clientSecret 203 url 204 } 205 ... on CertificateOAuthCredentialData { 206 clientId 207 certificate 208 url 209 } 210 } 211 additionalHeaders 212 additionalQueryParams 213 } 214 } 215 } 216 apiDefinitions { 217 data { 218 id 219 name 220 description 221 spec { 222 id 223 data 224 format 225 type 226 fetchRequest { 227 url 228 auth { 229 credential { 230 ... on BasicCredentialData { 231 username 232 password 233 } 234 ... on CertificateOAuthCredentialData { 235 clientId 236 certificate 237 url 238 } 239 ... on OAuthCredentialData { 240 clientId 241 clientSecret 242 url 243 } 244 } 245 oneTimeToken { 246 __typename 247 token 248 used 249 expiresAt 250 } 251 certCommonName 252 accessStrategy 253 additionalHeaders 254 additionalQueryParams 255 requestAuth { 256 csrf { 257 tokenEndpointURL 258 credential { 259 ... on BasicCredentialData { 260 username 261 password 262 } 263 ... on OAuthCredentialData { 264 clientId 265 clientSecret 266 url 267 } 268 ... on CertificateOAuthCredentialData { 269 clientId 270 certificate 271 url 272 } 273 } 274 additionalHeaders 275 additionalQueryParams 276 } 277 } 278 } 279 mode 280 filter 281 status { 282 condition 283 message 284 timestamp 285 } 286 } 287 } 288 targetURL 289 group 290 version { 291 value 292 deprecated 293 deprecatedSince 294 forRemoval 295 } 296 } 297 pageInfo { 298 startCursor 299 endCursor 300 hasNextPage 301 } 302 totalCount 303 } 304 eventDefinitions { 305 data { 306 id 307 name 308 description 309 group 310 spec { 311 id 312 data 313 type 314 format 315 fetchRequest { 316 url 317 auth { 318 credential { 319 ... on BasicCredentialData { 320 username 321 password 322 } 323 ... on CertificateOAuthCredentialData { 324 clientId 325 certificate 326 url 327 } 328 ... on OAuthCredentialData { 329 clientId 330 clientSecret 331 url 332 } 333 } 334 oneTimeToken { 335 __typename 336 token 337 used 338 expiresAt 339 } 340 certCommonName 341 accessStrategy 342 additionalHeaders 343 additionalQueryParams 344 requestAuth { 345 csrf { 346 tokenEndpointURL 347 credential { 348 ... on BasicCredentialData { 349 username 350 password 351 } 352 ... on OAuthCredentialData { 353 clientId 354 clientSecret 355 url 356 } 357 ... on CertificateOAuthCredentialData { 358 clientId 359 certificate 360 url 361 } 362 } 363 additionalHeaders 364 additionalQueryParams 365 } 366 } 367 } 368 mode 369 filter 370 status { 371 condition 372 message 373 timestamp 374 } 375 } 376 } 377 version { 378 value 379 deprecated 380 deprecatedSince 381 forRemoval 382 } 383 } 384 pageInfo { 385 startCursor 386 endCursor 387 hasNextPage 388 } 389 totalCount 390 } 391 documents { 392 data { 393 id 394 title 395 displayName 396 description 397 format 398 kind 399 data 400 fetchRequest { 401 url 402 auth { 403 credential { 404 ... on BasicCredentialData { 405 username 406 password 407 } 408 ... on CertificateOAuthCredentialData { 409 clientId 410 certificate 411 url 412 } 413 ... on OAuthCredentialData { 414 clientId 415 clientSecret 416 url 417 } 418 } 419 oneTimeToken { 420 __typename 421 token 422 used 423 expiresAt 424 } 425 certCommonName 426 accessStrategy 427 additionalHeaders 428 additionalQueryParams 429 requestAuth { 430 csrf { 431 tokenEndpointURL 432 credential { 433 ... on BasicCredentialData { 434 username 435 password 436 } 437 ... on OAuthCredentialData { 438 clientId 439 clientSecret 440 url 441 } 442 ... on CertificateOAuthCredentialData { 443 clientId 444 certificate 445 url 446 } 447 } 448 additionalHeaders 449 additionalQueryParams 450 } 451 } 452 } 453 mode 454 filter 455 status { 456 condition 457 message 458 timestamp 459 } 460 } 461 } 462 pageInfo { 463 startCursor 464 endCursor 465 hasNextPage 466 } 467 totalCount 468 } 469 } 470 pageInfo { 471 startCursor 472 endCursor 473 hasNextPage 474 } 475 totalCount 476 } 477 auths { 478 id 479 auth { 480 credential { 481 ... on BasicCredentialData { 482 username 483 password 484 } 485 ... on CertificateOAuthCredentialData { 486 clientId 487 certificate 488 url 489 } 490 ... on OAuthCredentialData { 491 clientId 492 clientSecret 493 url 494 } 495 } 496 oneTimeToken { 497 __typename 498 token 499 used 500 expiresAt 501 } 502 certCommonName 503 accessStrategy 504 additionalHeaders 505 additionalQueryParams 506 requestAuth { 507 csrf { 508 tokenEndpointURL 509 credential { 510 ... on BasicCredentialData { 511 username 512 password 513 } 514 ... on OAuthCredentialData { 515 clientId 516 clientSecret 517 url 518 } 519 ... on CertificateOAuthCredentialData { 520 clientId 521 certificate 522 url 523 } 524 } 525 additionalHeaders 526 additionalQueryParams 527 } 528 } 529 } 530 } 531 eventingConfiguration { 532 defaultURL 533 } 534 } 535 }