Solutionunvalidated
There isn't any `getData` endpoint declared so there will not be any `useGetDataQuery` hook generated. — export const { useGetDataQuery } = apiSlice;. Tension: only `useGetWines-X` hooks will be generated. Outcome: export const { useGetWinesQuery } = apiSlice;.
53211454-e33c-4fcf-86ef-8a7b4c06819a
There isn't any getData endpoint declared so there will not be any useGetDataQuery hook generated. — export const { useGetDataQuery } = apiSlice;. Tension: only useGetWines-X hooks will be generated. Outcome: export const { useGetWinesQuery } = apiSlice;.