leoloso/pop-graphql-voyager

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrate the GraphQL Voyager on the PoP API Demo site

Installs: 232

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Language:JavaScript

Type:graphql-voyager

1.10 2020-11-20 14:28 UTC

This package is auto-updated.

Last update: 2021-07-03 01:23:00 UTC


README

Integrate the GraphQL Voyager on the PoP API Demo site

Install

Via Composer

$ composer require leoloso/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/": [
                "leoloso/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.