knowledgeArticleMarkAsReviewed Mutation
Marks the knowledge article as reviewed.
Input Argument
knowledgeArticleMarkAsReviewed accepts a single input argument, an input type,
which contains the values it uses.
The fields inside input are:
clientMutationId (
String)
A unique identifier for the client performing the mutation.
id (
ID!)
The node ID of the record to update.
Return Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!])
Errors encountered during the mutation.
knowledgeArticle (
KnowledgeArticle)
Record after mutation.