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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: application(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      bundle(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     5        apiDefinitions {
     6          data {
     7            id
     8            name
     9            description
    10            spec {
    11              id
    12              data
    13              format
    14              type
    15              fetchRequest {
    16                url
    17                auth {
    18                  credential {
    19                    ... on BasicCredentialData {
    20                      username
    21                      password
    22                    }
    23                    ... on CertificateOAuthCredentialData {
    24                      clientId
    25                      certificate
    26                      url
    27                    }
    28                    ... on OAuthCredentialData {
    29                      clientId
    30                      clientSecret
    31                      url
    32                    }
    33                  }
    34                  oneTimeToken {
    35                    __typename
    36                    token
    37                    used
    38                    expiresAt
    39                  }
    40                  certCommonName
    41                  accessStrategy
    42                  additionalHeaders
    43                  additionalQueryParams
    44                  requestAuth {
    45                    csrf {
    46                      tokenEndpointURL
    47                      credential {
    48                        ... on BasicCredentialData {
    49                          username
    50                          password
    51                        }
    52                        ... on OAuthCredentialData {
    53                          clientId
    54                          clientSecret
    55                          url
    56                        }
    57                        ... on CertificateOAuthCredentialData {
    58                          clientId
    59                          certificate
    60                          url
    61                        }
    62                      }
    63                      additionalHeaders
    64                      additionalQueryParams
    65                    }
    66                  }
    67                }
    68                mode
    69                filter
    70                status {
    71                  condition
    72                  message
    73                  timestamp
    74                }
    75              }
    76            }
    77            targetURL
    78            group
    79            version {
    80              value
    81              deprecated
    82              deprecatedSince
    83              forRemoval
    84            }
    85          }
    86          pageInfo {
    87            startCursor
    88            endCursor
    89            hasNextPage
    90          }
    91          totalCount
    92        }
    93      }
    94    }
    95  }