This will never return deleted users.
(ctx context.Context, arg GetUsersParams)
| 835 | GetUserWorkspaceBuildParameters(ctx context.Context, arg GetUserWorkspaceBuildParametersParams) ([]GetUserWorkspaceBuildParametersRow, error) |
| 836 | // This will never return deleted users. |
| 837 | GetUsers(ctx context.Context, arg GetUsersParams) ([]GetUsersRow, error) |
| 838 | // This shouldn't check for deleted, because it's frequently used |
| 839 | // to look up references to actions. eg. a user could build a workspace |
| 840 | // for another user, then be deleted... we still want them to appear! |
no outgoing calls