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

Method AdminLogin

internal/graph/schema.resolvers.go:106–108  ·  view source on GitHub ↗

AdminLogin is the resolver for the _admin_login field.

(ctx context.Context, params model.AdminLoginRequest)

Source from the content-addressed store, hash-verified

104
105// AdminLogin is the resolver for the _admin_login field.
106func (r *mutationResolver) AdminLogin(ctx context.Context, params model.AdminLoginRequest) (*model.Response, error) {
107 return r.GraphQLProvider.AdminLogin(ctx, &params)
108}
109
110// AdminLogout is the resolver for the _admin_logout field.
111func (r *mutationResolver) AdminLogout(ctx context.Context) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

AdminLoginMethod · 0.65

Tested by

no test coverage detected