We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e12de0 commit f66a9cdCopy full SHA for f66a9cd
Examples/GitGraphTypes.gql.ps1
@@ -6,7 +6,8 @@ if (-not $env:ReadOnlyToken) {
6
7
Push-Location $PSScriptRoot
8
9
+
10
# First, let's get the query
-gql -Query ./GetSchemaTypes.gql -PersonalAccessToken $env:ReadOnlyToken -Cache -OutputPath ./GitHubGraphTypes.json
11
+gql -Query ./GetSchemaTypes.gql -PersonalAccessToken $env:GitHubToken -Cache -OutputPath ./GitHubGraphTypes.json
12
13
Pop-Location
0 commit comments