NotificationEmailRecipientsLists
The possible recipients to configure on email notifications
type NotificationEmailRecipientsLists {
users: [User!]!
roles: [String!]!
externalEmails: [String!]!
teams: [Team!]!
}
Fields
NotificationEmailRecipientsLists.users ● [User!]! non-null object
NotificationEmailRecipientsLists.roles ● [String!]! non-null scalar
NotificationEmailRecipientsLists.externalEmails ● [String!]! non-null scalar
NotificationEmailRecipientsLists.teams ● [Team!]! non-null object
Member Of
NotificationEmailDestination object