When doing a mutation create_webhook
mutation {
create_webhook(board_id: 123123123123,
url: "https://some.domain.com/api/v1/webhooks/dapulse/receive",
event: change_column_value){
id board_id
}
}
I always get the response null.
{
"data": {
"create_webhook": null
},
"account_id": 123123123
}
Is this a bug?