I have a query that takes input params, say date
const { loading, data, error } = useQuery(GET_LIST, { variables: { input: { date: date,