Skip to content

Commit

Permalink
Get more of the languages, the first ten, if available. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnsullivan authored Nov 26, 2020
1 parent 187d943 commit ffdd029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eamonnsullivan</groupId>
<artifactId>github-api-lib</artifactId>
<version>0.1.20</version>
<version>0.1.21</version>
<name>github-api-lib</name>
<description>Library of Github API calls that I happen to need.</description>
<url>https://github.com/eamonnsullivan/github-api-lib</url>
Expand Down
2 changes: 1 addition & 1 deletion resources/graphql/get-repo-info-query.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ query getRepoId ($owner: String!, $name: String!) {
url
sshUrl
updatedAt
languages(first: 2 orderBy:{field: SIZE, direction:DESC}) {
languages(first: 10 orderBy:{field: SIZE, direction:DESC}) {
nodes {
name
}
Expand Down

0 comments on commit ffdd029

Please sign in to comment.