{"id":19416691,"url":"https://github.com/graphqlbypop/graphiql","last_synced_at":"2026-01-11T07:52:17.602Z","repository":{"id":57013963,"uuid":"232991447","full_name":"GraphQLByPoP/GraphiQL","owner":"GraphQLByPoP","description":"[READ ONLY] GraphiQL client for GraphQL by PoP","archived":false,"fork":false,"pushed_at":"2025-07-02T09:10:56.000Z","size":589,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T10:25:20.757Z","etag":null,"topics":["graphiql","graphql","pop"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GraphQLByPoP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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,"zenodo":null}},"created_at":"2020-01-10T07:33:13.000Z","updated_at":"2025-07-02T09:10:58.000Z","dependencies_parsed_at":"2023-10-26T10:27:45.526Z","dependency_job_id":"5f45b008-e932-4599-b6a7-d27b7f20a933","html_url":"https://github.com/GraphQLByPoP/GraphiQL","commit_stats":{"total_commits":78,"total_committers":3,"mean_commits":26.0,"dds":"0.33333333333333337","last_synced_commit":"f519fda9a9c97be470b952467de17d84c73df001"},"previous_names":["leoloso/pop-graphiql"],"tags_count":135,"template":false,"template_full_name":null,"purl":"pkg:github/GraphQLByPoP/GraphiQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphiQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphiQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphiQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphiQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQLByPoP","download_url":"https://codeload.github.com/GraphQLByPoP/GraphiQL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphiQL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263628013,"owners_count":23490894,"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":["graphiql","graphql","pop"],"created_at":"2024-11-10T13:03:53.273Z","updated_at":"2026-01-11T07:52:17.595Z","avatar_url":"https://github.com/GraphQLByPoP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphiQL\n\n\u003c!--\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n--\u003e\n\n[GraphiQL](https://github.com/graphql/graphiql/tree/main/packages/graphiql) client, to be integrated with GraphQL by PoP\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require graphql-by-pop/graphiql\n```\n\nIn order to copy the GraphiQL under a specific path, install package [Composer Installers Extender](https://github.com/oomphinc/composer-installers-extender):\n\n``` bash\n$ composer require oomphinc/composer-installers-extender\n```\n\nThen, add package type `\"graphiql-client\"` in section `\"extra.installer-types\"`, and the custom path to the package in section `\"extra.installer-paths\"`. For instance, this configuration will add the GraphiQL client under URL `/graphiql/`:\n\n``` javascript\n{\n    ...\n    \"extra\": {\n        \"installer-types\": [\"graphiql-client\"],\n        \"installer-paths\": {\n            \"graphiql/\": [\n                \"graphql-by-pop/graphiql\"\n            ]\n        }\n    }\n}\n```\n\n\u003c!--\n## Usage\n\n``` php\n```\n--\u003e\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.\n\n## Credits\n\n- [Leonardo Losoviz][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/leoloso/pop-graphiql.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/leoloso/pop-graphiql/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/leoloso/pop-graphiql.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/leoloso/pop-graphiql.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/leoloso/pop-graphiql.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/leoloso/pop-graphiql\n[link-travis]: https://travis-ci.org/leoloso/pop-graphiql\n[link-scrutinizer]: https://scrutinizer-ci.com/g/leoloso/pop-graphiql/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/leoloso/pop-graphiql\n[link-downloads]: https://packagist.org/packages/leoloso/pop-graphiql\n[link-author]: https://github.com/leoloso\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphiql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphqlbypop%2Fgraphiql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphiql/lists"}