PushNotificationTranslation
No description
type PushNotificationTranslation {
language: LanguageEnum!
title: String
message: String
}
Fields
PushNotificationTranslation.language ● LanguageEnum! non-null enum
PushNotificationTranslation.title ● String scalar
PushNotificationTranslation.message ● String scalar
Member Of
PushNotification object