fix: test webhook endpoint mutation

Resolves #376
This commit is contained in:
Lakhan Samani
2023-08-02 00:04:07 +05:30
parent fab3c2f87e
commit 9a8d20b698
4 changed files with 15 additions and 5 deletions

View File

@@ -512,6 +512,7 @@ input WebhookRequest {
input TestEndpointRequest {
endpoint: String!
event_name: String!
event_description: String
headers: Map
}