ResolveCommentNodeID constructs a discussion comment node ID from a repository and a comment database ID (the numeric ID from the URL fragment).
(repo ghrepo.Interface, commentDatabaseID int64)
| 55 | // ResolveCommentNodeID constructs a discussion comment node ID from a |
| 56 | // repository and a comment database ID (the numeric ID from the URL fragment). |
| 57 | ResolveCommentNodeID(repo ghrepo.Interface, commentDatabaseID int64) (string, error) |
| 58 | } |
| 59 | |
| 60 | // maxPageSize is the maximum number of items per page allowed by the GitHub GraphQL API. |
no outgoing calls