INPUT_OBJECT

CreateNotificationConfigInput

CreateNotificationConfigInput is used for create NotificationConfig object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateNotificationConfigInput {
  • # 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

This element is not required by anyone