CreateStory
CreateStory is the input required to create a Story.
type CreateStory { id: ID! url: String! mode: STORY_MODE metadata: StoryMetadataInput closedAt: Time}Fields#
id (ID!)#
id is the identifier of the Story.
url (String!)#
url is the url that the Story is located on.
mode (STORY_MODE)#
mode is the specified mode that the story should be created with.
metadata (StoryMetadataInput)#
metadata is the set of information relating to this Story that would normally be scraped, but can be provided here.
closedAt (Time)#
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.