RemoveStoryInput
No description
type RemoveStoryInput { id: ID! includeComments: Boolean 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.
includeComments (Boolean)#
includeComments when true will remove any Comment's that were left on the Story. This option should be used rarely, instead preferring to updating the Story URL and/or merging with the correct Story.
clientMutationId (String!)#
clientMutationId is required for Relay support.