-
Declaration
Swift
static let schema: String
-
The ID of the pivot.
Declaration
Swift
@ID var id: UUID? -
The type of like reaction. Needs to be optional to conform to
ModifiablePivot‘s requiredinit(_:_:).Declaration
Swift
@Field var likeType: LikeType? -
TRUE if this twarrt is favorited by this user.
Declaration
Swift
@Field var isFavorite: Bool
-
Declaration
Swift
init() -
Initializes a new TwarrtLikes pivot.
View on GitHub
TwarrtLikes Class Reference