Yes, good idea. I verified I have access to a different server from the flutter app. When the `graphql_flutter` call (the one I'm having troubles with) fails, the client logs that to this other server. So I believe something is wrong w/ the calls via `graphql_flutter`. I inspected the results object and now see this `SocketException (SocketException: OS Error: Connection refused, errno = 111, address =
example.com, port = 55784)`. The port is incorrect. I need to find where that port is getting set.