Anchor to CommentSpamUserErrorComment
objectComment Spam User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Comment
Spam User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Marks a comment as spam, removing it from public view. This mutation enables merchants to quickly handle unwanted promotional content, malicious links, or other spam that appears in blog discussions.
For example, when a comment contains suspicious links to unrelated products or services, merchants can mark it as spam to immediately hide it from customers.
Use the
mutation to:- Hide promotional or malicious comments from public view
- Protect customers from potentially harmful links
- Maintain professional discussion quality on blog articles
Spam-marked comments can be reviewed later and potentially restored using the
mutation if they were incorrectly classified.
Was this section helpful?