Sorry if this is a stupid question. I know that there is the
mutation
mutation
queries to do some actions and
queries
queries
for getting data. I need to get data conditionally, I don't need to get a certain data but only on some specific event, I don't know if there's an option for that like the
useMutation
useMutation
and
useQuery
useQuery
. I've tried
fetch
fetch
, but it seems like I don't use the right client configuration?