We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1e02 commit c1303daCopy full SHA for c1303da
Octokit.GraphQL/Model/Issue.cs
@@ -97,7 +97,7 @@ internal Issue(Expression expression) : base(expression)
97
/// <summary>
98
/// Identifies the primary key from the database.
99
/// </summary>
100
- public int? DatabaseId { get; }
+ public long? DatabaseId { get; }
101
102
103
/// The actor who edited the comment.
0 commit comments