Skip to content

GraphQLByPoP/GraphiQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiQL

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.