OBJECT
Notification
link GraphQL Schema definition
1 type Notification { 2 3 : NotificationAction! 4 5 : Int! 6 7 : String! 8 9 : Int! 10 11 }
OBJECT
1 type Notification { 2 3 : NotificationAction! 4 5 : Int! 6 7 : String! 8 9 : Int! 10 11 }