Skip to main content

CreateCommentFlagPayload

No description

type CreateCommentFlagPayload {  comment: Comment  clientMutationId: String!}

Fields#

comment (Comment)#

comment is the Comment that the Flag was created on.

clientMutationId (String!)#

clientMutationId is required for Relay support.