Skip to content

Commit 59fafdb

Browse files
author
James Brundage
committed
feat: GitGraphTypes.gql.ps1 ( Fixes #33 )
Removing larger file and only outputting type names
1 parent dc2df0d commit 59fafdb

File tree

2 files changed

+1
-54718
lines changed

2 files changed

+1
-54718
lines changed

Examples/GitGraphTypes.gql.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ if (-not $env:ReadOnlyToken) {
66

77
Push-Location $PSScriptRoot
88

9-
109
# First, let's get the query
11-
gql -Query ./GetSchemaTypes.gql -PersonalAccessToken $env:ReadOnlyToken -Cache -OutputPath ./GitHubGraphTypes.json
10+
gql -Query ./GetSchemaTypeNames.gql -PersonalAccessToken $env:ReadOnlyToken -Cache -OutputPath ./GetSchemaTypeNames.json
1211

1312
Pop-Location

0 commit comments

Comments
 (0)