update: webhooks

This commit is contained in:
anik-ghosh-au7
2022-07-17 16:50:58 +05:30
parent 79c94fcaf0
commit a208c87c29
2 changed files with 44 additions and 6 deletions

View File

@@ -103,3 +103,12 @@ export const DeleteWebhook = `
}
}
`;
export const TestEndpoint = `
mutation testEndpoint($params: TestEndpointRequest!) {
_test_endpoint(params: $params) {
http_status
response
}
}
`;