OBJECT

NotificationConfig

link GraphQL Schema definition

  • type NotificationConfig implements Node {
  • id: ID!
  • # 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!
  • }