-
Notifications
You must be signed in to change notification settings - Fork 10
Added more stats to the query #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
728d61a
ddff78d
c5fd591
eae97f5
e44f165
6bf1a13
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,10 +8,16 @@ query { | |
| number | ||
| title | ||
| createdAt | ||
| state | ||
| closedAt | ||
| updatedAt | ||
| closedAt | ||
| state | ||
| url | ||
| reactionGroups { | ||
| content | ||
| users { | ||
| totalCount | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Indentation?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I screwed that up. Should be fixed now. |
||
| } | ||
| } | ||
| labels(first: 100) { | ||
| edges { | ||
| node { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,8 +9,17 @@ query { | |
| state | ||
| title | ||
| createdAt | ||
| updatedAt | ||
| closedAt | ||
| baseRefName | ||
| mergeable | ||
| labels(first: 100) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why the limit here?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was just to match the same limit as for the issue query. There is no real reason for it otherwise. |
||
| edges { | ||
| node { | ||
| name | ||
| } | ||
| } | ||
| } | ||
| author{ | ||
| login | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.