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