graphql-by-pop / graphql-voyager
GraphQL Voyager client for GraphQL by PoP
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:graphql-voyager
- 1.10
- 1.9.2
- v1.9.1
- v1.9.0
- v1.8.0
- v1.7.0
- v1.5.2
- v1.5.1
- v1.5.0
- 1.4.0
- v1.3.0
- dev-master / 1.2.x-dev
- v1.2.0
- 1.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: 2023-11-28 11:46:26 UTC
README
GraphQL Voyager client, to be integrated with GraphQL by PoP
Install
Via Composer
$ composer require graphql-by-pop/graphql-voyager
In order to copy the GraphQL Voyager client under a specific path, install package Composer Installers Extender:
$ composer require oomphinc/composer-installers-extender
Then, add package type "graphql-voyager"
in section "extra.installer-types"
, and the custom path to the package in section "extra.installer-paths"
. For instance, this configuration will add the GraphQL Voygar client under URL /graphql-interactive/
:
{ ... "extra": { "installer-types": ["graphql-voyager"], "installer-paths": { "graphql-interactive/": [ "graphql-by-pop/graphql-voyager" ] } } }
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.