OBJECT

WebPushNotification

link GraphQL Schema definition

1type WebPushNotification {
2
3body: String!
4
5entityUrl: String!
6
7owner: User!
8
9thumbnailUrl: String!
10
11title: String!
12
13}

link Required by