**Describe the bug** TS warning is shown if you use "enabled" option as Ref **Unexpected number of arguments** ❗  ``` const isAdmin = computed(() => store.user.state.userRoles.includes("admin")) useQuery(USERS_QUERY, { variables }, () => ({ enabled: isAdmin })) ```