OBJECT
Represents a transactional update to the balance of an earnings client
type BalanceAdjustment {amount: Float! created_at: DateTime! description: String! id: ID! network: String! period: String! period_date: String pretty_amount: String! pretty_created_at: String! type: String! }