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 : 17 }