SettingsCloseCommentingInput
No description
input SettingsCloseCommentingInput {
auto: Boolean
timeout: Int
message: String
}
Fields
SettingsCloseCommentingInput.auto
● Boolean
scalar
auto when true will configure the automatic close on each story as they are created based on the current configured timeout option.
SettingsCloseCommentingInput.timeout
● Int
scalar
timeout is the amount of seconds from the createdAt
timestamp that a given
story will be considered closed.
SettingsCloseCommentingInput.message
● String
scalar
message when provided will be the message that shows when the comment stream is closed for commenting.
Member Of
SettingsInput
input