SetMatchPrivateServerResponse
Response object for setting the private server of the match. If we receive a 'NONE' error or a 'PRIVATE_SERVER_ALREADY_SET' error, then a private server ID will be returned.
type SetMatchPrivateServerResponse {
success: Boolean!
privateServerId: String
error: SetMatchPrivateServerError!
}
Fields
SetMatchPrivateServerResponse.success ● Boolean! non-null scalar
SetMatchPrivateServerResponse.privateServerId ● String scalar
SetMatchPrivateServerResponse.error ● SetMatchPrivateServerError! non-null enum matchmaking
Returned By
SetMatchPrivateServer mutation