MarkCommentsAsSeenPayload
No description
type MarkCommentsAsSeenPayload { clientMutationId: String! comments: [Comment!]!}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
comments
([Comment!]!
)#
comment is the comment that has been marked as seen.