useExport making GraphQL request before triggered

We have a useExport hook we are using on a page and it appears to be fetching data from the server even when it is not triggered. I see that
queryOptions
are not supported with useExport, getList so how can we disable the fetch until the export is triggered?
Was this page helpful?