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

Method DeleteWebhook

internal/graph/schema.resolvers.go:151–153  ·  view source on GitHub ↗

DeleteWebhook is the resolver for the _delete_webhook field.

(ctx context.Context, params model.WebhookRequest)

Source from the content-addressed store, hash-verified

149
150// DeleteWebhook is the resolver for the _delete_webhook field.
151func (r *mutationResolver) DeleteWebhook(ctx context.Context, params model.WebhookRequest) (*model.Response, error) {
152 return r.GraphQLProvider.DeleteWebhook(ctx, &params)
153}
154
155// TestEndpoint is the resolver for the _test_endpoint field.
156func (r *mutationResolver) TestEndpoint(ctx context.Context, params model.TestEndpointRequest) (*model.TestEndpointResponse, error) {

Callers

nothing calls this directly

Calls 1

DeleteWebhookMethod · 0.65

Tested by

no test coverage detected