addHttpInterceptor
Adds httpInterceptor to the list of HTTP interceptors.
This is a convenience function that configures the underlying HttpNetworkTransport. See also networkTransport for more customization.
The order is important. The HttpInterceptors are executed in the order they are added.
See also addInterceptor for interceptors at the GraphQL level.