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

Method DeleteUser

internal/graph/schema.resolvers.go:91–93  ·  view source on GitHub ↗

DeleteUser is the resolver for the _delete_user field.

(ctx context.Context, params model.DeleteUserRequest)

Source from the content-addressed store, hash-verified

89
90// DeleteUser is the resolver for the _delete_user field.
91func (r *mutationResolver) DeleteUser(ctx context.Context, params model.DeleteUserRequest) (*model.Response, error) {
92 return r.GraphQLProvider.DeleteUser(ctx, &params)
93}
94
95// UpdateUser is the resolver for the _update_user field.
96func (r *mutationResolver) UpdateUser(ctx context.Context, params model.UpdateUserRequest) (*model.User, error) {

Callers

nothing calls this directly

Calls 1

DeleteUserMethod · 0.65

Tested by

no test coverage detected