GloNtfSendEmailInput
No description
input GloNtfSendEmailInput {
bcc: [String!]
body: String!
bodyFormat: GloNtfBodyEmailFormat!
cc: [String!]
from: String!
subject: String!
to: [String!]!
}
Fields
GloNtfSendEmailInput.bcc ● [String!] list scalar
Recipients' BCC addresses.
GloNtfSendEmailInput.body ● String! non-null scalar
Body of the email.
GloNtfSendEmailInput.bodyFormat ● GloNtfBodyEmailFormat! non-null enum
Format of the body.
GloNtfSendEmailInput.cc ● [String!] list scalar
Recipients' CC addresses.
GloNtfSendEmailInput.from ● String! non-null scalar
Sender address.
GloNtfSendEmailInput.subject ● String! non-null scalar
Subject of the email.
GloNtfSendEmailInput.to ● [String!]! non-null scalar
Recipients' addresses.