(ctx context.Context, arg InsertUserParams)
| 999 | // publish heartbeat events. |
| 1000 | InsertUsageEvent(ctx context.Context, arg InsertUsageEventParams) error |
| 1001 | InsertUser(ctx context.Context, arg InsertUserParams) (User, error) |
| 1002 | // InsertUserGroupsByID adds a user to all provided groups, if they exist. |
| 1003 | // If there is a conflict, the user is already a member |
| 1004 | InsertUserGroupsByID(ctx context.Context, arg InsertUserGroupsByIDParams) ([]uuid.UUID, error) |
no outgoing calls