OBJECT
An invitation to join the members of a collective
type MemberInvitation {id: String! createdAt: DateTime! account: Account! memberAccount: Account! role: MemberRole! description: String tier: Tier since: DateTime }