feat: add database methods for webhookLog

This commit is contained in:
Lakhan Samani
2022-07-08 19:09:23 +05:30
parent a8064e79a1
commit ec62686fbc
20 changed files with 387 additions and 34 deletions

View File

@@ -2,7 +2,6 @@
#
# https://gqlgen.com/getting-started/
scalar Int64
scalar Int32
scalar Map
scalar Any
@@ -341,7 +340,7 @@ type Webhooks {
type WebhookLog {
id: ID!
http_status: Int32
http_status: Int64
response: String
request: String
webhook_id: ID