UpdateStory
UpdateStory is the input required to update a Story.
input UpdateStory {
url: String
metadata: StoryMetadataInput
}
Fields
UpdateStory.url
● String
scalar
url is the url that the Story is located on.
UpdateStory.metadata
● StoryMetadataInput
input
metadata is the set of information relating to this Story that would normally be scraped, but can be provided here.
Member Of
UpdateStoryInput
input