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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: runtimes {
     4      data {
     5        id
     6        name
     7        description
     8        labels
     9        status {
    10          condition
    11          timestamp
    12        }
    13        metadata {
    14          creationTimestamp
    15        }
    16        auths {
    17          id
    18          auth {
    19            credential {
    20              ... on BasicCredentialData {
    21                username
    22                password
    23              }
    24              ... on CertificateOAuthCredentialData {
    25                clientId
    26                certificate
    27                url
    28              }
    29              ... on OAuthCredentialData {
    30                clientId
    31                clientSecret
    32                url
    33              }
    34            }
    35            oneTimeToken {
    36              __typename
    37              token
    38              used
    39              expiresAt
    40            }
    41            certCommonName
    42            accessStrategy
    43            additionalHeaders
    44            additionalQueryParams
    45            requestAuth {
    46              csrf {
    47                tokenEndpointURL
    48                credential {
    49                  ... on BasicCredentialData {
    50                    username
    51                    password
    52                  }
    53                  ... on OAuthCredentialData {
    54                    clientId
    55                    clientSecret
    56                    url
    57                  }
    58                  ... on CertificateOAuthCredentialData {
    59                    clientId
    60                    certificate
    61                    url
    62                  }
    63                }
    64                additionalHeaders
    65                additionalQueryParams
    66              }
    67            }
    68          }
    69        }
    70        runtimeContexts {
    71          data {
    72            id
    73            key
    74            value
    75            labels
    76          }
    77          pageInfo {
    78            startCursor
    79            endCursor
    80            hasNextPage
    81          }
    82          totalCount
    83        }
    84        webhooks {
    85          id
    86          applicationID
    87          applicationTemplateID
    88          runtimeID
    89          formationTemplateID
    90          type
    91          mode
    92          correlationIdKey
    93          retryInterval
    94          timeout
    95          url
    96          urlTemplate
    97          inputTemplate
    98          headerTemplate
    99          outputTemplate
   100          statusTemplate
   101          auth {
   102            credential {
   103              ... on BasicCredentialData {
   104                username
   105                password
   106              }
   107              ... on CertificateOAuthCredentialData {
   108                clientId
   109                certificate
   110                url
   111              }
   112              ... on OAuthCredentialData {
   113                clientId
   114                clientSecret
   115                url
   116              }
   117            }
   118            oneTimeToken {
   119              __typename
   120              token
   121              used
   122              expiresAt
   123            }
   124            certCommonName
   125            accessStrategy
   126            additionalHeaders
   127            additionalQueryParams
   128            requestAuth {
   129              csrf {
   130                tokenEndpointURL
   131                credential {
   132                  ... on BasicCredentialData {
   133                    username
   134                    password
   135                  }
   136                  ... on OAuthCredentialData {
   137                    clientId
   138                    clientSecret
   139                    url
   140                  }
   141                  ... on CertificateOAuthCredentialData {
   142                    clientId
   143                    certificate
   144                    url
   145                  }
   146                }
   147                additionalHeaders
   148                additionalQueryParams
   149              }
   150            }
   151          }
   152          createdAt
   153        }
   154        eventingConfiguration {
   155          defaultURL
   156        }
   157      }
   158      pageInfo {
   159        startCursor
   160        endCursor
   161        hasNextPage
   162      }
   163      totalCount
   164    }
   165  }