FezParticipant
final class FezParticipant : ModelA Pivot holding a siblings relation between User and FriendlyFez.
- 
                  
                  DeclarationSwift static let schema: String
- 
                  
                  The ID of the pivot. DeclarationSwift @ID var id: UUID?
- 
                  
                  How many posts in this fez that this user has read. Used by the notification lifecycle and to scroll the post view to show the first unread message. DeclarationSwift @Field var readCount: Int
- 
                  
                  How many posts in this fez that this user cannot see, due to mutes and blocks. DeclarationSwift @Field var hiddenCount: Int
- 
                  
                  True if the user has muted this Fez and does not want any notifications. Otherwise this field should be NIL or FALSE. DeclarationSwift @Field var isMuted: Bool?
- 
                  
                  The associated FriendlyFezthe user is a member of.DeclarationSwift @Parent var fez: FriendlyFez
- 
                  
                  DeclarationSwift init()
- 
                  
                  Initializes a new FezParticipantpivot.DeclarationSwift init(_ userID: UUID, _ post: FriendlyFez) throwsParametersuserIDThe left hand Usermodel.postThe right hand FriendlyFezmodel.
 View on GitHub
            View on GitHub
           FezParticipant Class Reference
      FezParticipant Class Reference