OBJECT
Return type for inviteManager mutation.
type InviteManagerPayload {# Invitation Id to trace this specific invite.id: String! # Email to send the invitation to.email: String! # Date that the email was sent to the user.sendDate: DateTime! }