INPUT_OBJECT
NotificaionPostInput
link GraphQL Schema definition
1 input NotificaionPostInput { 4 2 # Recepient mailbox/user/organization ids 3 ID] : [ 7 5 # The title of notification 6 String : 10 8 # This can be encrypted string, json, html 9 String! : 13 11 # Hint what/how the body is encoded 12 String! : 16 14 # The applicationId of notification 15 String : 18 17 NotificationFlag!] : [ 21 19 # Event name of notification (optional) 20 String : 24 22 # Event type of notification (optional) 23 String : 27 25 # This flag indicates whether the notification is persistent or not. 26 Boolean : 28 }