NotificationOptions
No description
type NotificationOptions {
user: User
post: Post
postComment: PostComment
space: Space
teaser: String
message: String
}
Fields
NotificationOptions.user
● User
object
NotificationOptions.post
● Post
object
NotificationOptions.postComment
● PostComment
object
NotificationOptions.space
● Space
object
NotificationOptions.teaser
● String
scalar
NotificationOptions.message
● String
scalar
Member of
Notification
object