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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: application(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      name
     6      providerName
     7      description
     8      baseUrl
     9      systemNumber
    10      systemStatus
    11      integrationSystemID
    12      applicationTemplateID
    13      labels
    14      deletedAt
    15      updatedAt
    16      error
    17      status {
    18        condition
    19        timestamp
    20      }
    21      webhooks {
    22        id
    23        applicationID
    24        applicationTemplateID
    25        runtimeID
    26        formationTemplateID
    27        type
    28        mode
    29        correlationIdKey
    30        retryInterval
    31        timeout
    32        url
    33        urlTemplate
    34        inputTemplate
    35        headerTemplate
    36        outputTemplate
    37        statusTemplate
    38        auth {
    39          credential {
    40            ... on BasicCredentialData {
    41              username
    42              password
    43            }
    44            ... on CertificateOAuthCredentialData {
    45              clientId
    46              certificate
    47              url
    48            }
    49            ... on OAuthCredentialData {
    50              clientId
    51              clientSecret
    52              url
    53            }
    54          }
    55          oneTimeToken {
    56            __typename
    57            token
    58            used
    59            expiresAt
    60          }
    61          certCommonName
    62          accessStrategy
    63          additionalHeaders
    64          additionalQueryParams
    65          requestAuth {
    66            csrf {
    67              tokenEndpointURL
    68              credential {
    69                ... on BasicCredentialData {
    70                  username
    71                  password
    72                }
    73                ... on OAuthCredentialData {
    74                  clientId
    75                  clientSecret
    76                  url
    77                }
    78                ... on CertificateOAuthCredentialData {
    79                  clientId
    80                  certificate
    81                  url
    82                }
    83              }
    84              additionalHeaders
    85              additionalQueryParams
    86            }
    87          }
    88        }
    89        createdAt
    90      }
    91      healthCheckURL
    92      bundles {
    93        data {
    94          id
    95          name
    96          description
    97          instanceAuthRequestInputSchema
    98          instanceAuths {
    99            id
   100            context
   101            inputParams
   102            auth {
   103              credential {
   104                ... on BasicCredentialData {
   105                  username
   106                  password
   107                }
   108                ... on CertificateOAuthCredentialData {
   109                  clientId
   110                  certificate
   111                  url
   112                }
   113                ... on OAuthCredentialData {
   114                  clientId
   115                  clientSecret
   116                  url
   117                }
   118              }
   119              oneTimeToken {
   120                __typename
   121                token
   122                used
   123                expiresAt
   124              }
   125              certCommonName
   126              accessStrategy
   127              additionalHeaders
   128              additionalQueryParams
   129              requestAuth {
   130                csrf {
   131                  tokenEndpointURL
   132                  credential {
   133                    ... on BasicCredentialData {
   134                      username
   135                      password
   136                    }
   137                    ... on OAuthCredentialData {
   138                      clientId
   139                      clientSecret
   140                      url
   141                    }
   142                    ... on CertificateOAuthCredentialData {
   143                      clientId
   144                      certificate
   145                      url
   146                    }
   147                  }
   148                  additionalHeaders
   149                  additionalQueryParams
   150                }
   151              }
   152            }
   153            status {
   154              condition
   155              timestamp
   156              message
   157              reason
   158            }
   159            runtimeID
   160            runtimeContextID
   161          }
   162          defaultInstanceAuth {
   163            credential {
   164              ... on BasicCredentialData {
   165                username
   166                password
   167              }
   168              ... on CertificateOAuthCredentialData {
   169                clientId
   170                certificate
   171                url
   172              }
   173              ... on OAuthCredentialData {
   174                clientId
   175                clientSecret
   176                url
   177              }
   178            }
   179            oneTimeToken {
   180              __typename
   181              token
   182              used
   183              expiresAt
   184            }
   185            certCommonName
   186            accessStrategy
   187            additionalHeaders
   188            additionalQueryParams
   189            requestAuth {
   190              csrf {
   191                tokenEndpointURL
   192                credential {
   193                  ... on BasicCredentialData {
   194                    username
   195                    password
   196                  }
   197                  ... on OAuthCredentialData {
   198                    clientId
   199                    clientSecret
   200                    url
   201                  }
   202                  ... on CertificateOAuthCredentialData {
   203                    clientId
   204                    certificate
   205                    url
   206                  }
   207                }
   208                additionalHeaders
   209                additionalQueryParams
   210              }
   211            }
   212          }
   213          apiDefinitions {
   214            data {
   215              id
   216              name
   217              description
   218              spec {
   219                id
   220                data
   221                format
   222                type
   223                fetchRequest {
   224                  url
   225                  auth {
   226                    credential {
   227                      ... on BasicCredentialData {
   228                        username
   229                        password
   230                      }
   231                      ... on CertificateOAuthCredentialData {
   232                        clientId
   233                        certificate
   234                        url
   235                      }
   236                      ... on OAuthCredentialData {
   237                        clientId
   238                        clientSecret
   239                        url
   240                      }
   241                    }
   242                    oneTimeToken {
   243                      __typename
   244                      token
   245                      used
   246                      expiresAt
   247                    }
   248                    certCommonName
   249                    accessStrategy
   250                    additionalHeaders
   251                    additionalQueryParams
   252                    requestAuth {
   253                      csrf {
   254                        tokenEndpointURL
   255                        credential {
   256                          ... on BasicCredentialData {
   257                            username
   258                            password
   259                          }
   260                          ... on OAuthCredentialData {
   261                            clientId
   262                            clientSecret
   263                            url
   264                          }
   265                          ... on CertificateOAuthCredentialData {
   266                            clientId
   267                            certificate
   268                            url
   269                          }
   270                        }
   271                        additionalHeaders
   272                        additionalQueryParams
   273                      }
   274                    }
   275                  }
   276                  mode
   277                  filter
   278                  status {
   279                    condition
   280                    message
   281                    timestamp
   282                  }
   283                }
   284              }
   285              targetURL
   286              group
   287              version {
   288                value
   289                deprecated
   290                deprecatedSince
   291                forRemoval
   292              }
   293            }
   294            pageInfo {
   295              startCursor
   296              endCursor
   297              hasNextPage
   298            }
   299            totalCount
   300          }
   301          eventDefinitions {
   302            data {
   303              id
   304              name
   305              description
   306              group
   307              spec {
   308                id
   309                data
   310                type
   311                format
   312                fetchRequest {
   313                  url
   314                  auth {
   315                    credential {
   316                      ... on BasicCredentialData {
   317                        username
   318                        password
   319                      }
   320                      ... on CertificateOAuthCredentialData {
   321                        clientId
   322                        certificate
   323                        url
   324                      }
   325                      ... on OAuthCredentialData {
   326                        clientId
   327                        clientSecret
   328                        url
   329                      }
   330                    }
   331                    oneTimeToken {
   332                      __typename
   333                      token
   334                      used
   335                      expiresAt
   336                    }
   337                    certCommonName
   338                    accessStrategy
   339                    additionalHeaders
   340                    additionalQueryParams
   341                    requestAuth {
   342                      csrf {
   343                        tokenEndpointURL
   344                        credential {
   345                          ... on BasicCredentialData {
   346                            username
   347                            password
   348                          }
   349                          ... on OAuthCredentialData {
   350                            clientId
   351                            clientSecret
   352                            url
   353                          }
   354                          ... on CertificateOAuthCredentialData {
   355                            clientId
   356                            certificate
   357                            url
   358                          }
   359                        }
   360                        additionalHeaders
   361                        additionalQueryParams
   362                      }
   363                    }
   364                  }
   365                  mode
   366                  filter
   367                  status {
   368                    condition
   369                    message
   370                    timestamp
   371                  }
   372                }
   373              }
   374              version {
   375                value
   376                deprecated
   377                deprecatedSince
   378                forRemoval
   379              }
   380            }
   381            pageInfo {
   382              startCursor
   383              endCursor
   384              hasNextPage
   385            }
   386            totalCount
   387          }
   388          documents {
   389            data {
   390              id
   391              title
   392              displayName
   393              description
   394              format
   395              kind
   396              data
   397              fetchRequest {
   398                url
   399                auth {
   400                  credential {
   401                    ... on BasicCredentialData {
   402                      username
   403                      password
   404                    }
   405                    ... on CertificateOAuthCredentialData {
   406                      clientId
   407                      certificate
   408                      url
   409                    }
   410                    ... on OAuthCredentialData {
   411                      clientId
   412                      clientSecret
   413                      url
   414                    }
   415                  }
   416                  oneTimeToken {
   417                    __typename
   418                    token
   419                    used
   420                    expiresAt
   421                  }
   422                  certCommonName
   423                  accessStrategy
   424                  additionalHeaders
   425                  additionalQueryParams
   426                  requestAuth {
   427                    csrf {
   428                      tokenEndpointURL
   429                      credential {
   430                        ... on BasicCredentialData {
   431                          username
   432                          password
   433                        }
   434                        ... on OAuthCredentialData {
   435                          clientId
   436                          clientSecret
   437                          url
   438                        }
   439                        ... on CertificateOAuthCredentialData {
   440                          clientId
   441                          certificate
   442                          url
   443                        }
   444                      }
   445                      additionalHeaders
   446                      additionalQueryParams
   447                    }
   448                  }
   449                }
   450                mode
   451                filter
   452                status {
   453                  condition
   454                  message
   455                  timestamp
   456                }
   457              }
   458            }
   459            pageInfo {
   460              startCursor
   461              endCursor
   462              hasNextPage
   463            }
   464            totalCount
   465          }
   466        }
   467        pageInfo {
   468          startCursor
   469          endCursor
   470          hasNextPage
   471        }
   472        totalCount
   473      }
   474      auths {
   475        id
   476        auth {
   477          credential {
   478            ... on BasicCredentialData {
   479              username
   480              password
   481            }
   482            ... on CertificateOAuthCredentialData {
   483              clientId
   484              certificate
   485              url
   486            }
   487            ... on OAuthCredentialData {
   488              clientId
   489              clientSecret
   490              url
   491            }
   492          }
   493          oneTimeToken {
   494            __typename
   495            token
   496            used
   497            expiresAt
   498          }
   499          certCommonName
   500          accessStrategy
   501          additionalHeaders
   502          additionalQueryParams
   503          requestAuth {
   504            csrf {
   505              tokenEndpointURL
   506              credential {
   507                ... on BasicCredentialData {
   508                  username
   509                  password
   510                }
   511                ... on OAuthCredentialData {
   512                  clientId
   513                  clientSecret
   514                  url
   515                }
   516                ... on CertificateOAuthCredentialData {
   517                  clientId
   518                  certificate
   519                  url
   520                }
   521              }
   522              additionalHeaders
   523              additionalQueryParams
   524            }
   525          }
   526        }
   527      }
   528      eventingConfiguration {
   529        defaultURL
   530      }
   531  
   532      bundle(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
   533        id
   534        name
   535        description
   536        instanceAuthRequestInputSchema
   537        instanceAuths {
   538          id
   539          context
   540          inputParams
   541          auth {
   542            credential {
   543              ... on BasicCredentialData {
   544                username
   545                password
   546              }
   547              ... on CertificateOAuthCredentialData {
   548                clientId
   549                certificate
   550                url
   551              }
   552              ... on OAuthCredentialData {
   553                clientId
   554                clientSecret
   555                url
   556              }
   557            }
   558            oneTimeToken {
   559              __typename
   560              token
   561              used
   562              expiresAt
   563            }
   564            certCommonName
   565            accessStrategy
   566            additionalHeaders
   567            additionalQueryParams
   568            requestAuth {
   569              csrf {
   570                tokenEndpointURL
   571                credential {
   572                  ... on BasicCredentialData {
   573                    username
   574                    password
   575                  }
   576                  ... on OAuthCredentialData {
   577                    clientId
   578                    clientSecret
   579                    url
   580                  }
   581                  ... on CertificateOAuthCredentialData {
   582                    clientId
   583                    certificate
   584                    url
   585                  }
   586                }
   587                additionalHeaders
   588                additionalQueryParams
   589              }
   590            }
   591          }
   592          status {
   593            condition
   594            timestamp
   595            message
   596            reason
   597          }
   598          runtimeID
   599          runtimeContextID
   600        }
   601        defaultInstanceAuth {
   602          credential {
   603            ... on BasicCredentialData {
   604              username
   605              password
   606            }
   607            ... on CertificateOAuthCredentialData {
   608              clientId
   609              certificate
   610              url
   611            }
   612            ... on OAuthCredentialData {
   613              clientId
   614              clientSecret
   615              url
   616            }
   617          }
   618          oneTimeToken {
   619            __typename
   620            token
   621            used
   622            expiresAt
   623          }
   624          certCommonName
   625          accessStrategy
   626          additionalHeaders
   627          additionalQueryParams
   628          requestAuth {
   629            csrf {
   630              tokenEndpointURL
   631              credential {
   632                ... on BasicCredentialData {
   633                  username
   634                  password
   635                }
   636                ... on OAuthCredentialData {
   637                  clientId
   638                  clientSecret
   639                  url
   640                }
   641                ... on CertificateOAuthCredentialData {
   642                  clientId
   643                  certificate
   644                  url
   645                }
   646              }
   647              additionalHeaders
   648              additionalQueryParams
   649            }
   650          }
   651        }
   652        apiDefinitions {
   653          data {
   654            id
   655            name
   656            description
   657            spec {
   658              id
   659              data
   660              format
   661              type
   662              fetchRequest {
   663                url
   664                auth {
   665                  credential {
   666                    ... on BasicCredentialData {
   667                      username
   668                      password
   669                    }
   670                    ... on CertificateOAuthCredentialData {
   671                      clientId
   672                      certificate
   673                      url
   674                    }
   675                    ... on OAuthCredentialData {
   676                      clientId
   677                      clientSecret
   678                      url
   679                    }
   680                  }
   681                  oneTimeToken {
   682                    __typename
   683                    token
   684                    used
   685                    expiresAt
   686                  }
   687                  certCommonName
   688                  accessStrategy
   689                  additionalHeaders
   690                  additionalQueryParams
   691                  requestAuth {
   692                    csrf {
   693                      tokenEndpointURL
   694                      credential {
   695                        ... on BasicCredentialData {
   696                          username
   697                          password
   698                        }
   699                        ... on OAuthCredentialData {
   700                          clientId
   701                          clientSecret
   702                          url
   703                        }
   704                        ... on CertificateOAuthCredentialData {
   705                          clientId
   706                          certificate
   707                          url
   708                        }
   709                      }
   710                      additionalHeaders
   711                      additionalQueryParams
   712                    }
   713                  }
   714                }
   715                mode
   716                filter
   717                status {
   718                  condition
   719                  message
   720                  timestamp
   721                }
   722              }
   723            }
   724            targetURL
   725            group
   726            version {
   727              value
   728              deprecated
   729              deprecatedSince
   730              forRemoval
   731            }
   732          }
   733          pageInfo {
   734            startCursor
   735            endCursor
   736            hasNextPage
   737          }
   738          totalCount
   739        }
   740        eventDefinitions {
   741          data {
   742            id
   743            name
   744            description
   745            group
   746            spec {
   747              id
   748              data
   749              type
   750              format
   751              fetchRequest {
   752                url
   753                auth {
   754                  credential {
   755                    ... on BasicCredentialData {
   756                      username
   757                      password
   758                    }
   759                    ... on CertificateOAuthCredentialData {
   760                      clientId
   761                      certificate
   762                      url
   763                    }
   764                    ... on OAuthCredentialData {
   765                      clientId
   766                      clientSecret
   767                      url
   768                    }
   769                  }
   770                  oneTimeToken {
   771                    __typename
   772                    token
   773                    used
   774                    expiresAt
   775                  }
   776                  certCommonName
   777                  accessStrategy
   778                  additionalHeaders
   779                  additionalQueryParams
   780                  requestAuth {
   781                    csrf {
   782                      tokenEndpointURL
   783                      credential {
   784                        ... on BasicCredentialData {
   785                          username
   786                          password
   787                        }
   788                        ... on OAuthCredentialData {
   789                          clientId
   790                          clientSecret
   791                          url
   792                        }
   793                        ... on CertificateOAuthCredentialData {
   794                          clientId
   795                          certificate
   796                          url
   797                        }
   798                      }
   799                      additionalHeaders
   800                      additionalQueryParams
   801                    }
   802                  }
   803                }
   804                mode
   805                filter
   806                status {
   807                  condition
   808                  message
   809                  timestamp
   810                }
   811              }
   812            }
   813            version {
   814              value
   815              deprecated
   816              deprecatedSince
   817              forRemoval
   818            }
   819          }
   820          pageInfo {
   821            startCursor
   822            endCursor
   823            hasNextPage
   824          }
   825          totalCount
   826        }
   827        documents {
   828          data {
   829            id
   830            title
   831            displayName
   832            description
   833            format
   834            kind
   835            data
   836            fetchRequest {
   837              url
   838              auth {
   839                credential {
   840                  ... on BasicCredentialData {
   841                    username
   842                    password
   843                  }
   844                  ... on CertificateOAuthCredentialData {
   845                    clientId
   846                    certificate
   847                    url
   848                  }
   849                  ... on OAuthCredentialData {
   850                    clientId
   851                    clientSecret
   852                    url
   853                  }
   854                }
   855                oneTimeToken {
   856                  __typename
   857                  token
   858                  used
   859                  expiresAt
   860                }
   861                certCommonName
   862                accessStrategy
   863                additionalHeaders
   864                additionalQueryParams
   865                requestAuth {
   866                  csrf {
   867                    tokenEndpointURL
   868                    credential {
   869                      ... on BasicCredentialData {
   870                        username
   871                        password
   872                      }
   873                      ... on OAuthCredentialData {
   874                        clientId
   875                        clientSecret
   876                        url
   877                      }
   878                      ... on CertificateOAuthCredentialData {
   879                        clientId
   880                        certificate
   881                        url
   882                      }
   883                    }
   884                    additionalHeaders
   885                    additionalQueryParams
   886                  }
   887                }
   888              }
   889              mode
   890              filter
   891              status {
   892                condition
   893                message
   894                timestamp
   895              }
   896            }
   897          }
   898          pageInfo {
   899            startCursor
   900            endCursor
   901            hasNextPage
   902          }
   903          totalCount
   904        }
   905      }
   906    }
   907  }