UpdateStoryInput
No description
type UpdateStoryInput { id: ID! story: UpdateStory! clientMutationId: String!}Fields#
id (ID!)#
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.
story (UpdateStory!)#
story contains the fields that should be updated. Any fields not specified will not be changed.
clientMutationId (String!)#
clientMutationId is required for Relay support.