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 d2174fd commit ff4564dCopy full SHA for ff4564d
src/unityGraphQL.ts
@@ -60,7 +60,7 @@ query GetRelease($limit: Int, $skip: Int, $version: String!, $stream: [UnityRele
60
`;
61
62
const variables = {
63
- limit: 500,
+ limit: 250,
64
skip: 0,
65
version: version,
66
stream: stream,
0 commit comments