update: webhooks

This commit is contained in:
anik-ghosh-au7
2022-07-16 09:53:29 +05:30
parent 913c5c94fb
commit 301bde4da2
2 changed files with 18 additions and 6 deletions

View File

@@ -103,8 +103,8 @@ export const EmailVerificationQuery = `
`;
export const WebhooksDataQuery = `
query getWebhooksData {
_webhooks{
query getWebhooksData($params: PaginatedInput!) {
_webhooks(params: $params){
webhooks{
id
event_name