High
High
WWasp
Created by High on 2/1/2025 in #đŸ™‹questions
Query with multiple entities
@kapa.ai Yes that works. But i also has to type it again in the frontend before it works
const GameCard = ({ game }: { game: (Game & { players: User[] })}) =>
const GameCard = ({ game }: { game: (Game & { players: User[] })}) =>
10 replies