recipientMember
Last updated
Represents a notification recipient member.
type RecipientMember {
user_id: String!
name: String!
email: String!
}user_id String!
User ID of the recipient
name String!
Name of the recipient
email String!
Email of the recipient
Last updated
