NotificationMeta (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| body - String | |
| fullTitle - String! | |
| reason - NotificationReason! | |
| relativeUrl - String! | |
| textBody - String | |
| textFullTitle - String! | |
| textTitle - String! | |
| title - String! | |
| url - String! |
type NotificationMeta {
body: String
fullTitle: String!
reason: NotificationReason!
relativeUrl: String!
textBody: String
textFullTitle: String!
textTitle: String!
title: String!
url: String!
}