Typing issue on selectinload() expected “Literal[‘*’] | QueryableAttribute[Any]”
Example Code
query = select(User).options(selectinload(User.team)).offset(offset).limit(limit)
Description
Hello,
Example Code
query = select(User).options(selectinload(User.team)).offset(offset).limit(limit)
Description
Hello,