INPUT_OBJECT

UpdateNotificationConfigInput

UpdateNotificationConfigInput is used for update NotificationConfig object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateNotificationConfigInput {
  • # The message template for follow notifications.
  • followUserMessage: String
  • # The message template for like notifications.
  • likedPostMessage: String
  • # The message template for comment notifications.
  • reflectedPostMessage: String
  • # The message template for reflection approved notifications.
  • reflectionApproved: String
  • createdAt: Time
  • updatedAt: Time
  • }

link Require by