INPUT_OBJECT
NotificationMailboxInput
link GraphQL Schema definition
1 input NotificationMailboxInput { 3 2 : String! 6 4 #   The conditions to filter the event - same structure as subcribeEvent mutation 5 : EventFilterInput! 10 7 #   Handlebar template for transforming the event to a 8 #   notification 9 : String! 13 11 #   Set maximum number of notifications the mailbox can contain 12 : Int 16 14 #   Mailbox details with optional json data 15 : JSONData 19 17 #   Only use for internal/orgless token (optional) 18 : ID 22 20 #   Only use for internal/orgless token (optional) 21 : ID 23 }