fix: handle different response

This commit is contained in:
Lakhan Samani
2022-07-17 17:05:35 +05:30
parent 70ea463f60
commit 882756ef3a
5 changed files with 9 additions and 19 deletions

View File

@@ -177,7 +177,7 @@ type WebhookLog {
type TestEndpointResponse {
http_status: Int64
response: Map
response: String
}
type WebhookLogs {