{"id":23384447,"url":"https://github.com/powershellweb/gql","last_synced_at":"2025-10-12T18:17:06.990Z","repository":{"id":268841777,"uuid":"904062397","full_name":"PowerShellWeb/GQL","owner":"PowerShellWeb","description":"Get GraphQL in PowerShell","archived":false,"fork":false,"pushed_at":"2024-12-29T22:56:18.000Z","size":182,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T07:24:25.017Z","etag":null,"topics":["graphql","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PowerShellWeb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["StartAutomating"]}},"created_at":"2024-12-16T07:22:28.000Z","updated_at":"2024-12-30T15:54:08.000Z","dependencies_parsed_at":"2024-12-19T08:33:38.184Z","dependency_job_id":"a262837f-d67c-4719-bdbc-fa40de63e769","html_url":"https://github.com/PowerShellWeb/GQL","commit_stats":null,"previous_names":["powershellweb/gql"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellWeb%2FGQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellWeb%2FGQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellWeb%2FGQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellWeb%2FGQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShellWeb","download_url":"https://codeload.github.com/PowerShellWeb/GQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829517,"owners_count":21002997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","powershell"],"created_at":"2024-12-21T23:20:29.315Z","updated_at":"2025-10-12T18:17:01.950Z","avatar_url":"https://github.com/PowerShellWeb.png","language":"PowerShell","funding_links":["https://github.com/sponsors/StartAutomating"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n    \u003cimg alt='GQL Logo (Animated)' style='width:33%' src='Assets/GQL-Animated.svg' /\u003e\n\u003c/div\u003e\n\n# GQL\n\nGet Graph Query Language with PowerShell.\n\nGQL is a small PowerShell module for GraphQL.\n\nIt is designed to provide a simple GraphQL client in PowerShell.\n\nWe can use this as a direct client to GraphQL, without having to involve any other layer.\n\n\n## GQL Container\n\nYou can use the GQL module within a container:\n\n~~~powershell\ndocker pull ghcr.io/powershellweb/gql\ndocker run -it ghcr.io/powershellweb/gql\n~~~\n\n### Installing and Importing\n\n~~~PowerShell\nInstall-Module GQL -Scope CurrentUser -Force\nImport-Module GQL -Force -PassThru\n~~~\n\n### Get-GQL\n\nTo connect to a GQL and get results, use [Get-GQL](Get-GQL.md), or, simply `GQL`.\n\n(like all functions in PowerShell, it is case-insensitive)\n\n### More Examples\n\n#### Get-GQL Example 1\n\n~~~powershell\n# Getting git sponsorship information from GitHub GraphQL.\n# **To use this example, we'll need to provide `$MyPat` with a Personal Access Token.**        \nGet-GQL -Query ./Examples/GitSponsors.gql -PersonalAccessToken $myPat\n~~~\n #### Get-GQL Example 2\n\n~~~powershell\n# We can decorate graph object results to customize them.\n~~~\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowershellweb%2Fgql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpowershellweb%2Fgql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowershellweb%2Fgql/lists"}