TestEndpoint is the resolver for the _test_endpoint field.
(ctx context.Context, params model.TestEndpointRequest)
| 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) { |
| 157 | return r.GraphQLProvider.TestEndpoint(ctx, ¶ms) |
| 158 | } |
| 159 | |
| 160 | // AddEmailTemplate is the resolver for the _add_email_template field. |
| 161 | func (r *mutationResolver) AddEmailTemplate(ctx context.Context, params model.AddEmailTemplateRequest) (*model.Response, error) { |
nothing calls this directly
no test coverage detected