Hi there, I’m in a project that uses the useApolloClient hook to make queries and mutations. I need to change one of the queries to use HTTP GET method instead of POST. And that query contains variables. Does anyone knows if it is possible to do the GET for this case ? I haven’t found a solution in the Apollo/Grahql doc.
Thanks