Webhooks is the resolver for the _webhooks field.
(ctx context.Context, params *model.PaginatedRequest)
| 254 | |
| 255 | // Webhooks is the resolver for the _webhooks field. |
| 256 | func (r *queryResolver) Webhooks(ctx context.Context, params *model.PaginatedRequest) (*model.Webhooks, error) { |
| 257 | return r.GraphQLProvider.Webhooks(ctx, params) |
| 258 | } |
| 259 | |
| 260 | // WebhookLogs is the resolver for the _webhook_logs field. |
| 261 | func (r *queryResolver) WebhookLogs(ctx context.Context, params *model.ListWebhookLogRequest) (*model.WebhookLogs, error) { |