You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor most of the remaining queries and mutations. (#281)
* Remove unused query type
* Use new style query for default branch
Use the updated ScalarQuery class for the default branch query.
Write tests for the new navigation and the new query result type.
* consolidate label queries
There were four different sets of identical code that queried for labels and created a label object from them. Consolidate them in one GitHubLabel object that now supports both a scalar and an enumeration query.
* Refactor What's New query
Modify the What's New query for pull requests merged in a sprint to the new enumeration query.
* Refactor Files in PR query
Move the Files in PR query to the new interface driven format.
* code review
* Refactor mutations
* Code review
Clean up unnecessary usings, add Xml comments.
0 commit comments