BattleUpdate

Real-time battle update

Fields

battleId: ID!
turn: Int!
action: String!

Active Pokemon for each trainer

activePokemon: [Pokemon!]!

Field state

fieldState: FieldState!

Is battle over

isComplete: Boolean!