UpdateWebhook is the resolver for the _update_webhook field.
(ctx context.Context, params model.UpdateWebhookRequest)
| 144 | |
| 145 | // UpdateWebhook is the resolver for the _update_webhook field. |
| 146 | func (r *mutationResolver) UpdateWebhook(ctx context.Context, params model.UpdateWebhookRequest) (*model.Response, error) { |
| 147 | return r.GraphQLProvider.UpdateWebhook(ctx, ¶ms) |
| 148 | } |
| 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) { |
nothing calls this directly
no test coverage detected