CreateCommentFlagPayload
No description
type CreateCommentFlagPayload {
comment: Comment
clientMutationId: String!
}
Fields
CreateCommentFlagPayload.comment
● Comment
object
comment is the Comment that the Flag was created on.
CreateCommentFlagPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
createCommentFlag
mutation