InAppNotificationsResults
Paginated results that can be displayed in a list of notifications.
type InAppNotificationsResults {
cursor: String!
node: InAppNotificationsNode!
}
Fields
InAppNotificationsResults.cursor ● String! non-null scalar
The in app notifications id, used for determining its position within the paginated list.
InAppNotificationsResults.node ● InAppNotificationsNode! non-null object
The in app notifications information
Member of
InAppNotificationsPayload object