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

Method UpdateWebhook

internal/graph/schema.resolvers.go:146–148  ·  view source on GitHub ↗

UpdateWebhook is the resolver for the _update_webhook field.

(ctx context.Context, params model.UpdateWebhookRequest)

Source from the content-addressed store, hash-verified

144
145// UpdateWebhook is the resolver for the _update_webhook field.
146func (r *mutationResolver) UpdateWebhook(ctx context.Context, params model.UpdateWebhookRequest) (*model.Response, error) {
147 return r.GraphQLProvider.UpdateWebhook(ctx, &params)
148}
149
150// DeleteWebhook is the resolver for the _delete_webhook field.
151func (r *mutationResolver) DeleteWebhook(ctx context.Context, params model.WebhookRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

UpdateWebhookMethod · 0.65

Tested by

no test coverage detected