CurrentServerInput
The Buddy a native client is CURRENTLY connected to, named by the ip4 and clientPort that serverWithLeastClients handed it. Pass it to refreshAppToken so the refreshed token is authorized on that same node and the client keeps its session there instead of being re-placed.
input CurrentServerInput {
ip4: String!
clientPort: Int!
}
Fields
CurrentServerInput.ip4 ● String! non-null scalar
The ip4 of the ServerStatus the client is connected to (as returned by serverWithLeastClients).
CurrentServerInput.clientPort ● Int! non-null scalar
The clientPort of the ServerStatus the client is connected to.
Member Of
refreshAppToken mutation