OBJECT
This represents a Member relationship (ie: Organization backing a Collective)
type Member {id: String role: MemberRole tier: Tier createdAt: DateTime updatedAt: DateTime since: DateTime # Total amount donatedtotalDonations: Amount! # Custom user message from member to the collectivepublicMessage: String account: Account }