FgaListUsers is the resolver for the _fga_list_users field.
(ctx context.Context, params model.FgaListUsersInput)
| 284 | |
| 285 | // FgaListUsers is the resolver for the _fga_list_users field. |
| 286 | func (r *queryResolver) FgaListUsers(ctx context.Context, params model.FgaListUsersInput) (*model.FgaListUsersResponse, error) { |
| 287 | return r.GraphQLProvider.FgaListUsers(ctx, ¶ms) |
| 288 | } |
| 289 | |
| 290 | // FgaExpand is the resolver for the _fga_expand field. |
| 291 | func (r *queryResolver) FgaExpand(ctx context.Context, params model.FgaExpandInput) (*model.FgaExpandResponse, error) { |
nothing calls this directly
no test coverage detected