UpdateStoryInput
No description
input UpdateStoryInput {
  id: ID!
  story: UpdateStory!
  clientMutationId: String!
}
Fields
UpdateStoryInput.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.
UpdateStoryInput.story ● UpdateStory! non-null input
story contains the fields that should be updated. Any fields not specified will not be changed.
UpdateStoryInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
updateStory  mutation