OBJECT

AddCommentPayload

Autogenerated return type of AddComment

link GraphQL Schema definition

  • type AddCommentPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The edge from the subject's comment connection.
  • commentEdge: IssueCommentEdge!
  • # The subject
  • subject: Node!
  • # The edge from the subject's timeline connection.
  • timelineEdge: IssueTimelineItemEdge!
  • }