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

Method TestEndpoint

internal/graph/schema.resolvers.go:156–158  ·  view source on GitHub ↗

TestEndpoint is the resolver for the _test_endpoint field.

(ctx context.Context, params model.TestEndpointRequest)

Source from the content-addressed store, hash-verified

154
155// TestEndpoint is the resolver for the _test_endpoint field.
156func (r *mutationResolver) TestEndpoint(ctx context.Context, params model.TestEndpointRequest) (*model.TestEndpointResponse, error) {
157 return r.GraphQLProvider.TestEndpoint(ctx, &params)
158}
159
160// AddEmailTemplate is the resolver for the _add_email_template field.
161func (r *mutationResolver) AddEmailTemplate(ctx context.Context, params model.AddEmailTemplateRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

TestEndpointMethod · 0.65

Tested by

no test coverage detected