DeleteWebhook is the resolver for the _delete_webhook field.
(ctx context.Context, params model.WebhookRequest)
| 149 | |
| 150 | // DeleteWebhook is the resolver for the _delete_webhook field. |
| 151 | func (r *mutationResolver) DeleteWebhook(ctx context.Context, params model.WebhookRequest) (*model.Response, error) { |
| 152 | return r.GraphQLProvider.DeleteWebhook(ctx, ¶ms) |
| 153 | } |
| 154 | |
| 155 | // TestEndpoint is the resolver for the _test_endpoint field. |
| 156 | func (r *mutationResolver) TestEndpoint(ctx context.Context, params model.TestEndpointRequest) (*model.TestEndpointResponse, error) { |
nothing calls this directly
no test coverage detected