graphql-by-pop / graphiql
GraphiQL client for GraphQL by PoP
Package info
github.com/GraphQLByPoP/GraphiQL
Language:JavaScript
Type:graphiql-client
pkg:composer/graphql-by-pop/graphiql
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master / 19.3.x-dev
- 19.2.4
- 19.2.3
- 19.2.2
- 19.2.1
- 19.2.0
- 19.1.0
- 19.0.2
- 19.0.1
- 19.0.0
- 18.0.1
- 18.0.0
- 17.1.2
- 17.1.1
- 17.1.0
- 17.0.1
- 17.0.0
- 16.1.0
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 15.3.0
- 15.2.1
- 15.2.0
- 15.1.1
- 15.1.0
- 15.0.1
- 15.0.0
- 14.0.4
- 14.0.3
- 14.0.2
- 14.0.1
- 14.0.0
- 13.2.0
- 13.1.1
- 13.1.0
- 13.0.2
- 13.0.1
- 13.0.0
- 12.2.2
- 12.2.1
- 12.2.0
- 12.1.1
- 12.1.0
- 12.0.1
- 12.0.0
- 11.3.1
- 11.3.0
- 11.2.0
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 10.5.0
- 10.4.0
- 10.3.1
- 10.3.0
- 10.2.0
- 10.1.0
- 10.0.0
- 9.0.0
- 8.0.0
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.0.0
- 2.6.1
- 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 1.10
- 1.9.1
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6
- 1.5.5
- 1.5.4
- 1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- 1.4.0
- 1.3.1
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- v1.0.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.9
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- v0.8.3
- v0.8.2
- 0.8.1
This package is auto-updated.
Last update: 2026-09-07 08:39:15 UTC
README
GraphiQL client, to be integrated with GraphQL by PoP
Install
Via Composer
$ composer require graphql-by-pop/graphiql
In order to copy the GraphiQL under a specific path, install package Composer Installers Extender:
$ composer require oomphinc/composer-installers-extender
Then, 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/:
{ ... "extra": { "installer-types": ["graphiql-client"], "installer-paths": { "graphiql/": [ "graphql-by-pop/graphiql" ] } } }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.