Skip to main content

StoryMetadataInput

StoryMetadataInput is the metadata for a given Story as provided via this API.

type StoryMetadataInput {  title: String  author: String  description: String  image: String  publishedAt: Time  modifiedAt: Time  section: String}

Fields#

title (String)#

title stores the title from the Story page.

author (String)#

author stores the author from the Story page.

description (String)#

description stores the description from the Story page.

image (String)#

image stores the image from the Story page.

publishedAt (Time)#

publishedAt stores the publication date from the Story page.

modifiedAt (Time)#

modifiedAt stores the modified date from the Story page.

section (String)#

section stores the section from the Story page.