You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Please include a code snippet that demonstrates the issue// this is similar to apollo-client's `useQuery` but simplified for the reprofunctionuseQuery<TData,TVariables>(_vars: TVariables,_data: TData){console.log('hello world')}exporttypeUseQuery<TData,TVariables>=typeofuseQuery<TData,TVariables>