Skip to content

Commit ffdd029

Browse files
Get more of the languages, the first ten, if available. (#12)
1 parent 187d943 commit ffdd029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>eamonnsullivan</groupId>
55
<artifactId>github-api-lib</artifactId>
6-
<version>0.1.20</version>
6+
<version>0.1.21</version>
77
<name>github-api-lib</name>
88
<description>Library of Github API calls that I happen to need.</description>
99
<url>https://github.com/eamonnsullivan/github-api-lib</url>

resources/graphql/get-repo-info-query.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ query getRepoId ($owner: String!, $name: String!) {
66
url
77
sshUrl
88
updatedAt
9-
languages(first: 2 orderBy:{field: SIZE, direction:DESC}) {
9+
languages(first: 10 orderBy:{field: SIZE, direction:DESC}) {
1010
nodes {
1111
name
1212
}

0 commit comments

Comments
 (0)