Skip to content

Commit 22a821d

Browse files
committed
reduce response size
1 parent bd69289 commit 22a821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/NovaLangStats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ protected function getBlame(): array
349349
return $contributions;
350350
}
351351

352-
$graphql = 'query { repository(owner: "coderello", name: "laravel-nova-lang") { pullRequests(first: 100, states: [MERGED]) { nodes { number title body state merged changedFiles files(first: 100) { nodes { path additions deletions } } author { login } } } } }';
352+
$graphql = 'query { repository(owner: "coderello", name: "laravel-nova-lang") { pullRequests(last: 25, states: [MERGED]) { nodes { number title body state merged changedFiles files(first: 100) { nodes { path additions deletions } } author { login } } } } }';
353353

354354
$curl = curl_init();
355355
curl_setopt_array($curl, [

0 commit comments

Comments
 (0)