cas::graphql::types::user

Function find_user

Source
pub async fn find_user(client: &Client, id: i32) -> Result<User, AppError>
Expand description

Find an user with id = id using the PostgreSQL client