ScrapeStoryInput
No description
input ScrapeStoryInput {
  id: ID!
  clientMutationId: String!
}
Fields
ScrapeStoryInput.id ● ID! non-null scalar
id is the identifier of the Story used either when the Story was created via the API or from Coral when it was lazily created.
ScrapeStoryInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
scrapeStory  mutation