In my react app I receive gql after some function\'s work and I try to call apollo hook like this:
... let data = {}; if(gqlQuery) data = useQuery(gqlQuery)