All Questions
1 question
1
vote
2
answers
1k
views
How to pass application credentials through apollo client like we do with axios auth options
I wanted to know how to pass application credentials (or even user credentials through code) to apollo client like we do in axios.
In axios -
const data = await axios({
method: "POST",
url: `${...