|
| 1 | +{ |
| 2 | + "arguments": { |
| 3 | + "id": "my identifier" |
| 4 | + }, |
| 5 | + "source": { |
| 6 | + "name": "Value", |
| 7 | + "nested": { |
| 8 | + "name": "value", |
| 9 | + "list": [] |
| 10 | + } |
| 11 | + }, |
| 12 | + "request": { |
| 13 | + "domainName": "mycustomdomain.example.com", |
| 14 | + "headers": { |
| 15 | + "x-forwarded-for": "1.1.1.1, 2.2.2.2", |
| 16 | + "cloudfront-viewer-country": "US", |
| 17 | + "cloudfront-is-tablet-viewer": "false", |
| 18 | + "via": "2.0 xxxxxxxxxxxxxxxx.cloudfront.net (CloudFront)", |
| 19 | + "cloudfront-forwarded-proto": "https", |
| 20 | + "origin": "https://us-west-1.console.aws.amazon.com", |
| 21 | + "content-length": "217", |
| 22 | + "accept-language": "en-US,en;q=0.9", |
| 23 | + "host": "xxxxxxxxxxxxxxxx.appsync-api.us-west-1.amazonaws.com", |
| 24 | + "x-forwarded-proto": "https", |
| 25 | + "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36", |
| 26 | + "accept": "*/*", |
| 27 | + "cloudfront-is-mobile-viewer": "false", |
| 28 | + "cloudfront-is-smarttv-viewer": "false", |
| 29 | + "accept-encoding": "gzip, deflate, br", |
| 30 | + "referer": "https://us-west-1.console.aws.amazon.com/appsync/home?region=us-west-1", |
| 31 | + "content-type": "application/json", |
| 32 | + "sec-fetch-mode": "cors", |
| 33 | + "x-amz-cf-id": "3aykhqlUwQeANU-HGY7E_guV5EkNeMMtwyOgiA==", |
| 34 | + "x-amzn-trace-id": "Root=1-5f512f51-fac632066c5e848ae714", |
| 35 | + "authorization": "eyJraWQiOiJScWFCSlJqYVJlM0hrSnBTUFpIcVRXazNOW...", |
| 36 | + "sec-fetch-dest": "empty", |
| 37 | + "x-amz-user-agent": "AWS-Console-AppSync/", |
| 38 | + "cloudfront-is-desktop-viewer": "true", |
| 39 | + "sec-fetch-site": "cross-site", |
| 40 | + "x-forwarded-port": "443" |
| 41 | + } |
| 42 | + }, |
| 43 | + "prev": { |
| 44 | + "result": { |
| 45 | + "field1": "value1" |
| 46 | + } |
| 47 | + }, |
| 48 | + "info": { |
| 49 | + "selectionSetList": ["id", "field1", "field2"], |
| 50 | + "selectionSetGraphQL": "{\n id\n field1\n field2\n}", |
| 51 | + "parentTypeName": "Mutation", |
| 52 | + "fieldName": "createSomething", |
| 53 | + "variables": {} |
| 54 | + }, |
| 55 | + "stash": {} |
| 56 | +} |
0 commit comments