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

Method UpdateProfile

internal/graph/schema.resolvers.go:46–48  ·  view source on GitHub ↗

UpdateProfile is the resolver for the update_profile field.

(ctx context.Context, params model.UpdateProfileRequest)

Source from the content-addressed store, hash-verified

44
45// UpdateProfile is the resolver for the update_profile field.
46func (r *mutationResolver) UpdateProfile(ctx context.Context, params model.UpdateProfileRequest) (*model.Response, error) {
47 return r.GraphQLProvider.UpdateProfile(ctx, &params)
48}
49
50// VerifyEmail is the resolver for the verify_email field.
51func (r *mutationResolver) VerifyEmail(ctx context.Context, params model.VerifyEmailRequest) (*model.AuthResponse, error) {

Callers

nothing calls this directly

Calls 1

UpdateProfileMethod · 0.65

Tested by

no test coverage detected