github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/refetch-api-spec/refetch-api-spec.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 mutation { 3 result: refetchAPISpec(apiID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") { 4 id 5 data 6 format 7 type 8 fetchRequest { 9 url 10 auth { 11 credential { 12 ... on BasicCredentialData { 13 username 14 password 15 } 16 ... on CertificateOAuthCredentialData { 17 clientId 18 certificate 19 url 20 } 21 ... on OAuthCredentialData { 22 clientId 23 clientSecret 24 url 25 } 26 } 27 oneTimeToken { 28 __typename 29 token 30 used 31 expiresAt 32 } 33 certCommonName 34 accessStrategy 35 additionalHeaders 36 additionalQueryParams 37 requestAuth { 38 csrf { 39 tokenEndpointURL 40 credential { 41 ... on BasicCredentialData { 42 username 43 password 44 } 45 ... on OAuthCredentialData { 46 clientId 47 clientSecret 48 url 49 } 50 ... on CertificateOAuthCredentialData { 51 clientId 52 certificate 53 url 54 } 55 } 56 additionalHeaders 57 additionalQueryParams 58 } 59 } 60 } 61 mode 62 filter 63 status { 64 condition 65 message 66 timestamp 67 } 68 } 69 } 70 }