CloseStoryInput
No description
type CloseStoryInput { id: ID! 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.
clientMutationId (String!)#
clientMutationId is required for Relay support.