EditInfo
No description
type EditInfo {
edited: Boolean!
editableUntil: Time
}
Fields
EditInfo.edited
● Boolean!
non-null scalar
edited will be True when the Comment has been edited in the past.
EditInfo.editableUntil
● Time
scalar
editableUntil is the time that the comment is editable until. This will return null if the current viewer is not the author of the Comment.
Member Of
Comment
object