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