OBJECT
NotificationConfig
link GraphQL Schema definition
- type NotificationConfig implements Node {
- : ID!
- # The message template for follow notifications.
- : String!
- # The message template for like notifications.
- : String!
- # The message template for comment notifications.
- : String!
- # The message template for reflection approved notifications.
- : String!
- : Time!
- : Time!
- }