OBJECT
AddCommentPayload
Autogenerated return type of AddComment
link GraphQL Schema definition
- type AddCommentPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The edge from the subject's comment connection.
- : IssueCommentEdge!
- # The subject
- : Node!
- # The edge from the subject's timeline connection.
- : IssueTimelineItemEdge!
- }