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

Method Webhooks

internal/graph/schema.resolvers.go:256–258  ·  view source on GitHub ↗

Webhooks is the resolver for the _webhooks field.

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

Source from the content-addressed store, hash-verified

254
255// Webhooks is the resolver for the _webhooks field.
256func (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.
261func (r *queryResolver) WebhookLogs(ctx context.Context, params *model.ListWebhookLogRequest) (*model.WebhookLogs, error) {

Callers

nothing calls this directly

Calls 1

WebhooksMethod · 0.65

Tested by

no test coverage detected