github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-api-definition/query-api-definition.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        apiDefinition(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     6          id
     7          name
     8          description
     9          spec {
    10            id
    11            data
    12            format
    13            type
    14            fetchRequest {
    15              url
    16              auth {
    17                credential {
    18                  ... on BasicCredentialData {
    19                    username
    20                    password
    21                  }
    22                  ... on CertificateOAuthCredentialData {
    23                    clientId
    24                    certificate
    25                    url
    26                  }
    27                  ... on OAuthCredentialData {
    28                    clientId
    29                    clientSecret
    30                    url
    31                  }
    32                }
    33                oneTimeToken {
    34                  __typename
    35                  token
    36                  used
    37                  expiresAt
    38                }
    39                certCommonName
    40                accessStrategy
    41                additionalHeaders
    42                additionalQueryParams
    43                requestAuth {
    44                  csrf {
    45                    tokenEndpointURL
    46                    credential {
    47                      ... on BasicCredentialData {
    48                        username
    49                        password
    50                      }
    51                      ... on OAuthCredentialData {
    52                        clientId
    53                        clientSecret
    54                        url
    55                      }
    56                      ... on CertificateOAuthCredentialData {
    57                        clientId
    58                        certificate
    59                        url
    60                      }
    61                    }
    62                    additionalHeaders
    63                    additionalQueryParams
    64                  }
    65                }
    66              }
    67              mode
    68              filter
    69              status {
    70                condition
    71                message
    72                timestamp
    73              }
    74            }
    75          }
    76          targetURL
    77          group
    78          version {
    79            value
    80            deprecated
    81            deprecatedSince
    82            forRemoval
    83          }
    84        }
    85      }
    86    }
    87  }