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

Method UpdateUser

internal/graph/schema.resolvers.go:96–98  ·  view source on GitHub ↗

UpdateUser is the resolver for the _update_user field.

(ctx context.Context, params model.UpdateUserRequest)

Source from the content-addressed store, hash-verified

94
95// UpdateUser is the resolver for the _update_user field.
96func (r *mutationResolver) UpdateUser(ctx context.Context, params model.UpdateUserRequest) (*model.User, error) {
97 return r.GraphQLProvider.UpdateUser(ctx, &params)
98}
99
100// AdminSignup is the resolver for the _admin_signup field.
101func (r *mutationResolver) AdminSignup(ctx context.Context, params model.AdminSignupRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

UpdateUserMethod · 0.65

Tested by

no test coverage detected