github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-runtime/query-runtime.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 query { 3 result: runtime(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") { 4 id 5 name 6 description 7 labels 8 status { 9 condition 10 timestamp 11 } 12 metadata { 13 creationTimestamp 14 } 15 auths { 16 id 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 } 69 runtimeContexts { 70 data { 71 id 72 key 73 value 74 labels 75 } 76 pageInfo { 77 startCursor 78 endCursor 79 hasNextPage 80 } 81 totalCount 82 } 83 webhooks { 84 id 85 applicationID 86 applicationTemplateID 87 runtimeID 88 formationTemplateID 89 type 90 mode 91 correlationIdKey 92 retryInterval 93 timeout 94 url 95 urlTemplate 96 inputTemplate 97 headerTemplate 98 outputTemplate 99 statusTemplate 100 auth { 101 credential { 102 ... on BasicCredentialData { 103 username 104 password 105 } 106 ... on CertificateOAuthCredentialData { 107 clientId 108 certificate 109 url 110 } 111 ... on OAuthCredentialData { 112 clientId 113 clientSecret 114 url 115 } 116 } 117 oneTimeToken { 118 __typename 119 token 120 used 121 expiresAt 122 } 123 certCommonName 124 accessStrategy 125 additionalHeaders 126 additionalQueryParams 127 requestAuth { 128 csrf { 129 tokenEndpointURL 130 credential { 131 ... on BasicCredentialData { 132 username 133 password 134 } 135 ... on OAuthCredentialData { 136 clientId 137 clientSecret 138 url 139 } 140 ... on CertificateOAuthCredentialData { 141 clientId 142 certificate 143 url 144 } 145 } 146 additionalHeaders 147 additionalQueryParams 148 } 149 } 150 } 151 createdAt 152 } 153 eventingConfiguration { 154 defaultURL 155 } 156 } 157 }