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

Method AddWebhook

internal/graph/schema.resolvers.go:141–143  ·  view source on GitHub ↗

AddWebhook is the resolver for the _add_webhook field.

(ctx context.Context, params model.AddWebhookRequest)

Source from the content-addressed store, hash-verified

139
140// AddWebhook is the resolver for the _add_webhook field.
141func (r *mutationResolver) AddWebhook(ctx context.Context, params model.AddWebhookRequest) (*model.Response, error) {
142 return r.GraphQLProvider.AddWebhook(ctx, &params)
143}
144
145// UpdateWebhook is the resolver for the _update_webhook field.
146func (r *mutationResolver) UpdateWebhook(ctx context.Context, params model.UpdateWebhookRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

AddWebhookMethod · 0.65

Tested by

no test coverage detected