MergeStoriesInput
No description
type MergeStoriesInput { sourceIDs: [ID!]! destinationID: ID! clientMutationId: String!}Fields#
sourceIDs ([ID!]!)#
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.
destinationID (ID!)#
destinationID is the ID of the Story where all the other "source" Stories will have their Comment's moved onto.
clientMutationId (String!)#
clientMutationId is required for Relay support.