{"id":15693087,"url":"https://github.com/code-hex/gqldoc-actions","last_synced_at":"2025-05-12T19:20:53.994Z","repository":{"id":65157536,"uuid":"352538232","full_name":"Code-Hex/gqldoc-actions","owner":"Code-Hex","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-22T07:45:31.000Z","size":106,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T18:09:01.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Code-Hex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-29T06:25:39.000Z","updated_at":"2024-08-03T23:40:00.000Z","dependencies_parsed_at":"2023-01-04T12:32:57.902Z","dependency_job_id":null,"html_url":"https://github.com/Code-Hex/gqldoc-actions","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.125,"last_synced_commit":"3b38ec3024588b992c99db380462a6f9ed722d86"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fgqldoc-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fgqldoc-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fgqldoc-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fgqldoc-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Hex","download_url":"https://codeload.github.com/Code-Hex/gqldoc-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805844,"owners_count":21967054,"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":[],"created_at":"2024-10-03T18:41:22.636Z","updated_at":"2025-05-12T19:20:53.972Z","avatar_url":"https://github.com/Code-Hex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gqldoc actions\n\nAn action for generating graphql documents used by [gqldoc](https://github.com/Code-Hex/gqldoc).\n\n## Usage\n\nSee [action.yml](action.yml)\n\n### Example Workflow file\n\n```yaml\nname: Generate Document and Commit\non:\n  push:\n    branches:\n      - main\n  pull_request:\njobs:\n  update-docs:\n    name: Update Documents\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out code\n        uses: actions/checkout@v2\n        with:\n          persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token\n          fetch-depth: 0 # otherwise, you will failed to push refs to dest repo\n      - name: Push Generated GraphQL Document Current Branch\n        uses: Code-Hex/gqldoc-actions@v1.0.9\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          schema: schema.graphql\n          output: doc_dir\n```\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fgqldoc-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-hex%2Fgqldoc-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fgqldoc-actions/lists"}