Skip to main content

MarkCommentsAsSeenInput

No description

type MarkCommentsAsSeenInput {  clientMutationId: String!  storyID: ID!  commentIDs: [ID!]!  orderBy: COMMENT_SORT  updateSeen: Boolean  markAllAsSeen: Boolean}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

storyID (ID!)#

storyID is the story of the comment this is for.

commentIDs ([ID!]!)#

commentID is the comment to be marked as seen.

orderBy (COMMENT_SORT)#

orderBy is the current sort of comments in the stream.

updateSeen (Boolean)#

updateSeen is whether to update the comment(s) as seen.

markAllAsSeen (Boolean)#

markAllAsSeen marks all comments as seen.