UpdateArenaResponse
Response object for updating an arena.
type UpdateArenaResponse {
success: Boolean!
error: UpdateArenaError!
}
Fields
UpdateArenaResponse.success ● Boolean! non-null scalar
UpdateArenaResponse.error ● UpdateArenaError! non-null enum matchmaking
Returned By
UpdateArena mutation