DeleteCommentArchivePayload
Autogenerated return type of DeleteCommentArchive
type DeleteCommentArchivePayload {
clientMutationId: String
errors: [String!]
msg: String
}
Fields
DeleteCommentArchivePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteCommentArchivePayload.errors
● [String!]
list scalar
DeleteCommentArchivePayload.msg
● String
scalar
Returned By
deleteCommentArchive
mutation