Add deprecation comment

This commit is contained in:
Nadja Reitzenstein 2022-04-28 20:11:08 +02:00
parent 93f130873e
commit c00a274a16

View File

@ -28,6 +28,8 @@ struct UserSystem
getUserList @0 () -> ( user_list :List(User) );
addUser @1 (username :Text, password: Text) -> User;
# DEPRECATED: use `addUserFallible` instead
removeUser @2 (user: User);
struct AddUserError {