- 
                  
                  DeclarationSwift static let schema: String
- 
                  
                  The alertword’s ID. DeclarationSwift @ID var id: Int?
- 
                  
                  The alertword. Must be one word, no spaces. Should be stored in lowercase. DeclarationSwift @Field var word: String
- 
                  
                  The number of Twarrts that contain this alertword DeclarationSwift @Field var twarrtCount: Int
- 
                  
                  The number of ForumPosts that contain this alertword DeclarationSwift @Field var postCount: Int
- 
                  
                  The sibling Users who have added this alert word to their list of words to be notified on.DeclarationSwift @Siblings var users: <<error type>>
- 
                  
                  Used by Fluent DeclarationSwift init()
- 
                  
                  Initializes a new AlertWord object. DeclarationSwift init(_ word: String)Parameterswordthe word to alert on.. 
 View on GitHub
            View on GitHub
           AlertWord Class Reference
      AlertWord Class Reference