MarkCommentsAsSeenInput
No description
type MarkCommentsAsSeenInput { clientMutationId: String! storyID: ID! commentIDs: [ID!]! markAllAsSeen: Boolean}
#
FieldsclientMutationId
(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.
markAllAsSeen
(Boolean
)#
markAllAsSeen marks all comments as seen.