WebhookLogs is the resolver for the _webhook_logs field.
(ctx context.Context, params *model.ListWebhookLogRequest)
| 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) { |
| 262 | return r.GraphQLProvider.WebhookLogs(ctx, params) |
| 263 | } |
| 264 | |
| 265 | // EmailTemplates is the resolver for the _email_templates field. |
| 266 | func (r *queryResolver) EmailTemplates(ctx context.Context, params *model.PaginatedRequest) (*model.EmailTemplates, error) { |
nothing calls this directly
no test coverage detected