MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / WebhookLogs

Method WebhookLogs

internal/graph/schema.resolvers.go:261–263  ·  view source on GitHub ↗

WebhookLogs is the resolver for the _webhook_logs field.

(ctx context.Context, params *model.ListWebhookLogRequest)

Source from the content-addressed store, hash-verified

259
260// WebhookLogs is the resolver for the _webhook_logs field.
261func (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.
266func (r *queryResolver) EmailTemplates(ctx context.Context, params *model.PaginatedRequest) (*model.EmailTemplates, error) {

Callers

nothing calls this directly

Calls 1

WebhookLogsMethod · 0.65

Tested by

no test coverage detected