CloseCommenting
CloseCommenting contains settings related to the automatic closing of commenting on Stories.
type CloseCommenting {
auto: Boolean!
timeout: Int!
message: String!
}
Fields
CloseCommenting.auto
● Boolean!
non-null scalar
auto when true will configure the automatic close on each story as they are created based on the current configured timeout option.
CloseCommenting.timeout
● Int!
non-null scalar
timeout is the amount of seconds from the createdAt
timestamp that a given
story will be considered closed.
CloseCommenting.message
● String!
non-null scalar
message when provided will be the message that shows when the comment stream is closed for commenting.
Member Of
Settings
object