Apollo Kotlin 4 - Receiving 403 Error Instead of GraphQL Error Response on Incorrect Login
I'm working on a Compose Multiplatform project using Apollo Kotlin 4 for GraphQL communication. When I attempt to log in with incorrect credentials, the server sends a JSON response containing a GraphQL error:
{
"errors": [
{
"extensions": {
"reason": "Incorrect username or password.",
"show_resend": false
}
}
]
}
However, my Apollo client is throwing an ApolloNetworkException with the message "Http...