StoryMetadataInput
StoryMetadataInput is the metadata for a given Story as provided via this API.
input StoryMetadataInput {
  title: String
  author: String
  description: String
  image: String
  publishedAt: Time
  modifiedAt: Time
  section: String
}
Fields
StoryMetadataInput.title ● String scalar
title stores the title from the Story page.
StoryMetadataInput.author ● String scalar
author stores the author from the Story page.
StoryMetadataInput.description ● String scalar
description stores the description from the Story page.
StoryMetadataInput.image ● String scalar
image stores the image from the Story page.
StoryMetadataInput.publishedAt ● Time scalar
publishedAt stores the publication date from the Story page.
StoryMetadataInput.modifiedAt ● Time scalar
modifiedAt stores the modified date from the Story page.
StoryMetadataInput.section ● String scalar
section stores the section from the Story page.
Member Of
CreateStory  input ● UpdateStory  input