MergeStoriesInput
No description
input MergeStoriesInput {
sourceIDs: [ID!]!
destinationID: ID!
clientMutationId: String!
}
Fields
MergeStoriesInput.sourceIDs
● [ID!]!
non-null scalar
sourceIDs are the list of Story ID's that should have their Comment's moved
onto the Story indicated by destinationID
. The Stories indicated by the
sourceIDs
field will be removed after the Comment's have been moved.
MergeStoriesInput.destinationID
● ID!
non-null scalar
destinationID is the ID of the Story where all the other "source" Stories will have their Comment's moved onto.
MergeStoriesInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
mergeStories
mutation