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

Method User

internal/graph/schema.resolvers.go:226–228  ·  view source on GitHub ↗

User is the resolver for the _user field.

(ctx context.Context, params model.GetUserRequest)

Source from the content-addressed store, hash-verified

224
225// User is the resolver for the _user field.
226func (r *queryResolver) User(ctx context.Context, params model.GetUserRequest) (*model.User, error) {
227 return r.GraphQLProvider.User(ctx, &params)
228}
229
230// VerificationRequests is the resolver for the _verification_requests field.
231func (r *queryResolver) VerificationRequests(ctx context.Context, params *model.PaginatedRequest) (*model.VerificationRequests, error) {

Callers

nothing calls this directly

Calls 1

UserMethod · 0.65

Tested by

no test coverage detected