RemoveStoryInput
No description
input RemoveStoryInput {
id: ID!
includeComments: Boolean
clientMutationId: String!
}
Fields
RemoveStoryInput.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.
RemoveStoryInput.includeComments
● Boolean
scalar
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.
RemoveStoryInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeStory
mutation