sendProjectInvitationEmail
No description
sendProjectInvitationEmail(
emailLanguage: LanguageCode
participantIDs: [UUID!]!
projectID: UUID!
): Boolean!
Arguments
sendProjectInvitationEmail.emailLanguage
● LanguageCode
enum
sendProjectInvitationEmail.participantIDs
● [UUID!]!
non-null scalar
sendProjectInvitationEmail.projectID
● UUID!
non-null scalar
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.