SendNotificationPreviewInput
Autogenerated input type of SendNotificationPreview
input SendNotificationPreviewInput {
clientMutationId: String
email: Boolean!
event_key: String!
sms: Boolean!
}
Fields
SendNotificationPreviewInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
SendNotificationPreviewInput
.email
● Boolean!
non-null scalar
SendNotificationPreviewInput
.event_key
● String!
non-null scalar
SendNotificationPreviewInput
.sms
● Boolean!
non-null scalar
Member Of
sendNotificationPreview
mutation