MarkCommentsAsSeenPayload
No description
type MarkCommentsAsSeenPayload {
clientMutationId: String!
comments: [Comment!]!
}
Fields
MarkCommentsAsSeenPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
MarkCommentsAsSeenPayload.comments ● [Comment!]! non-null object
comment is the comment that has been marked as seen.
Returned By
markCommentsAsSeen mutation