We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc38619 commit fd58845Copy full SHA for fd58845
GQL.psd1
@@ -0,0 +1,18 @@
1
+@{
2
+ ModuleVersion = '0.1'
3
+ RootModule = 'GQL.psm1'
4
+ Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
5
+ Author = 'James Brundage'
6
+ CompanyName = 'Start-Automating'
7
+ Description = 'Get GraphQL in PowerShell'
8
+ PrivateData = @{
9
+ PSData = @{
10
+ Tags = @('GraphQL','GraphAPI','GraphQueryLanguage')
11
+ ProjectURI = 'https://github.com/PowerShellWeb/GQL'
12
+ LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
13
+ ReleaseNotes = @'
14
+
15
+'@
16
+ }
17
18
+}
0 commit comments