Represents recipient users and roles for a notification channel.
type RecipientObject { users: [RecipientMember!]! roles: [String!]! }
users [RecipientMember!]!
[RecipientMember!]!
List of recipient users
user_id String! name String! email String!
String!
roles [String!]!
[String!]!
List of recipient roles
{} ChannelSetting.recipients
Last updated 4 months ago