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

Method Users

internal/graph/schema.resolvers.go:221–223  ·  view source on GitHub ↗

Users is the resolver for the _users field.

(ctx context.Context, params *model.PaginatedRequest)

Source from the content-addressed store, hash-verified

219
220// Users is the resolver for the _users field.
221func (r *queryResolver) Users(ctx context.Context, params *model.PaginatedRequest) (*model.Users, error) {
222 return r.GraphQLProvider.Users(ctx, params)
223}
224
225// User is the resolver for the _user field.
226func (r *queryResolver) User(ctx context.Context, params model.GetUserRequest) (*model.User, error) {

Callers

nothing calls this directly

Calls 1

UsersMethod · 0.65

Tested by

no test coverage detected