docs: move the parameterized_query_hash key

GitOrigin-RevId: 69b41f0640edb01c0093bb7952575faf8d903c6b
This commit is contained in:
Sandeep Raj Kumar 2021-04-16 19:47:54 +05:30 committed by hasura-bot
parent 2425607a18
commit c5991adbdc

View File

@ -206,6 +206,7 @@ This is how the HTTP access logs look like:
}, },
"error": null, "error": null,
"request_id": "072b3617-6653-4fd5-b5ee-580e9d098c3d", "request_id": "072b3617-6653-4fd5-b5ee-580e9d098c3d",
"parameterized_query_hash": "7116865cef017c3b09e5c9271b0e182a6dcf4c01"
"response_size": 105, "response_size": 105,
"query": null "query": null
}, },
@ -215,8 +216,7 @@ This is how the HTTP access logs look like:
"url": "/v1/graphql", "url": "/v1/graphql",
"ip": "127.0.0.1", "ip": "127.0.0.1",
"method": "POST" "method": "POST"
}, }
"parameterized_query_hash": "7116865cef017c3b09e5c9271b0e182a6dcf4c01"
} }
} }