github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-event-definition/query-event-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 eventDefinition(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") { 6 id 7 name 8 description 9 group 10 spec { 11 id 12 data 13 type 14 format 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 version { 78 value 79 deprecated 80 deprecatedSince 81 forRemoval 82 } 83 } 84 } 85 } 86 }