InAppNotificationsPayload
The list of in app notifications
type InAppNotificationsPayload {
inAppNotifications: [InAppNotificationsResults!]!
pageInfo: PageInfo!
}
Fields
InAppNotificationsPayload.inAppNotifications
● [InAppNotificationsResults!]!
non-null object
The in app notifications contained within this page of results.
InAppNotificationsPayload.pageInfo
● PageInfo!
non-null object
Pagination information about the list.
Returned by
getInAppNotifications
query