OBJECT

NotificationTargetTypeInputProperty

link GraphQL Schema definition

  • type NotificationTargetTypeInputProperty {
  • # Is property value mandatory
  • isMandatory: Boolean!
  • # The name of property
  • name: String!
  • # Type of the property ex: String, JSON, Password, Integer, Float, Boolean
  • type: NotificationPropertyValueDataType!
  • }