ReviewCommentFlagPayload
No description
type ReviewCommentFlagPayload {
clientMutationId: String!
flag: Flag!
}
Fields
ReviewCommentFlagPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
ReviewCommentFlagPayload.flag
● Flag!
non-null object
flag is the flag that was reviewed by the review action.
Returned By
reviewCommentFlag
mutation