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

Method FgaListUsers

internal/graph/schema.resolvers.go:286–288  ·  view source on GitHub ↗

FgaListUsers is the resolver for the _fga_list_users field.

(ctx context.Context, params model.FgaListUsersInput)

Source from the content-addressed store, hash-verified

284
285// FgaListUsers is the resolver for the _fga_list_users field.
286func (r *queryResolver) FgaListUsers(ctx context.Context, params model.FgaListUsersInput) (*model.FgaListUsersResponse, error) {
287 return r.GraphQLProvider.FgaListUsers(ctx, &params)
288}
289
290// FgaExpand is the resolver for the _fga_expand field.
291func (r *queryResolver) FgaExpand(ctx context.Context, params model.FgaExpandInput) (*model.FgaExpandResponse, error) {

Callers

nothing calls this directly

Calls 1

FgaListUsersMethod · 0.65

Tested by

no test coverage detected