We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4564d commit 2521d1cCopy full SHA for 2521d1c
1 file changed
src/unityGraphQL.ts
@@ -60,7 +60,7 @@ query GetRelease($limit: Int, $skip: Int, $version: String!, $stream: [UnityRele
60
`;
61
62
const variables = {
63
- limit: 250,
+ limit: 100,
64
skip: 0,
65
version: version,
66
stream: stream,
0 commit comments