mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
docs: move the parameterized_query_hash key
GitOrigin-RevId: 69b41f0640edb01c0093bb7952575faf8d903c6b
This commit is contained in:
parent
2425607a18
commit
c5991adbdc
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user