cas::graphql::types::position

Function find_user_position

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

Find a position with user_id = id using the PostgreSQL client