feat: add tests for webhook resolvers
This commit is contained in:
@@ -108,8 +108,8 @@ type InviteMemberInput struct {
|
||||
}
|
||||
|
||||
type ListWebhookLogRequest struct {
|
||||
Pagination *PaginatedInput `json:"pagination"`
|
||||
WebhookID *string `json:"webhook_id"`
|
||||
Pagination *PaginationInput `json:"pagination"`
|
||||
WebhookID *string `json:"webhook_id"`
|
||||
}
|
||||
|
||||
type LoginInput struct {
|
||||
|
Reference in New Issue
Block a user