OBJECT
type Invite {id: Uuid! name: String createdAt: DateTime! description: String updatedAt: DateTime! status: String! orgId: Uuid! terms: String action: String code: String handle: String agreement: String }