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