0 votes
in GraphQL by
How are HTTP requests sent by ApolloClient authenticated?

select the correct option from below list

a)By attaching an authentication token to the request with dedicated ApolloLink middleware

b)ApolloClient has nothing to do with authentication

c)The ApolloClient needs to be instantiated with an authentication token

d)ApolloClient exposes an extra method called ‘authenticate’ where you can pass an authentication token

1 Answer

0 votes
by

a)By attaching an authentication token to the request with dedicated ApolloLink middleware are HTTP requests sent by ApolloClient authenticated

...