Skip to main content

InAppNotification

An in-app notification for a user.

type InAppNotification {
body: String
category: NotificationCategoryEnum
createdAt: ISO8601DateTime!
groupKey: String
id: ID!
kind: NotificationKindEnum!
metadata: JSON
read: Boolean!
readAt: ISO8601DateTime
title: String!
}

Fields

InAppNotification.body ● String scalar

InAppNotification.category ● NotificationCategoryEnum enum

InAppNotification.createdAt ● ISO8601DateTime! non-null scalar

InAppNotification.groupKey ● String scalar

The group key for this notification, if it belongs to a group.

InAppNotification.id ● ID! non-null scalar

InAppNotification.kind ● NotificationKindEnum! non-null enum

InAppNotification.metadata ● JSON scalar

InAppNotification.read ● Boolean! non-null scalar

InAppNotification.readAt ● ISO8601DateTime scalar

InAppNotification.title ● String! non-null scalar

Returned By

inAppNotification query

Member Of

InAppNotificationConnection object ● InAppNotificationEdge object