mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
feat: added closedAt to createStory mutation (#2496)
This commit is contained in:
committed by
Kim Gardner
parent
1c75b7659d
commit
2edabf44c7
@@ -3479,6 +3479,13 @@ input CreateStory {
|
||||
be scraped, but can be provided here.
|
||||
"""
|
||||
metadata: StoryMetadataInput
|
||||
|
||||
"""
|
||||
closedAt when provided specifies the date that the given story will be closed
|
||||
at. If not provided, the story close will use the settings to determine the
|
||||
automatic close date.
|
||||
"""
|
||||
closedAt: Time
|
||||
}
|
||||
|
||||
input CreateStoryInput {
|
||||
|
||||
Reference in New Issue
Block a user