query

Gong Kang·2023년 7월 14일
0

개발 이슈

목록 보기
1/3
const { data: item, isSuccess } = useQuery({
    queryKey: [CACHE_KEYS.userItemType('photo'), menuState],
    queryFn: () => getUserItemType(0, 5, 'photo'),
    select: (data) => data.payload,
  })
profile
꾸준히 하루에 한번씩..!

0개의 댓글