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

Method Webhook

internal/graph/schema.resolvers.go:251–253  ·  view source on GitHub ↗

Webhook is the resolver for the _webhook field.

(ctx context.Context, params model.WebhookRequest)

Source from the content-addressed store, hash-verified

249
250// Webhook is the resolver for the _webhook field.
251func (r *queryResolver) Webhook(ctx context.Context, params model.WebhookRequest) (*model.Webhook, error) {
252 return r.GraphQLProvider.Webhook(ctx, &params)
253}
254
255// Webhooks is the resolver for the _webhooks field.
256func (r *queryResolver) Webhooks(ctx context.Context, params *model.PaginatedRequest) (*model.Webhooks, error) {

Callers

nothing calls this directly

Calls 1

WebhookMethod · 0.65

Tested by

no test coverage detected