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 common

InAppNotification.category ● NotificationCategoryEnum enum common

InAppNotification.createdAt ● ISO8601DateTime! non-null scalar common

InAppNotification.groupKey ● String scalar common

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

InAppNotification.id ● ID! non-null scalar common

InAppNotification.kind ● NotificationKindEnum! non-null enum common

InAppNotification.metadata ● JSON scalar common

InAppNotification.read ● Boolean! non-null scalar common

InAppNotification.readAt ● ISO8601DateTime scalar common

InAppNotification.title ● String! non-null scalar common

Returned By

inAppNotification query

Member Of

InAppNotificationConnection object ● InAppNotificationEdge object