Download the PHP package digiaonline/lumen-graphql without Composer
On this page you can find all versions of the php package digiaonline/lumen-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digiaonline/lumen-graphql
More information about digiaonline/lumen-graphql
Files in digiaonline/lumen-graphql
Package lumen-graphql
Short Description GraphQL module for the Laravel and Lumen PHP frameworks.
License MIT
Informations about the package lumen-graphql
Lumen GraphQL
GraphQL module for the Laravel and Lumen PHP frameworks.
Requirements
Usage
Installation
Run the following command to install the package through Composer:
Configure
Copy the configuration template in config/graphql.php to your application's config directory and modify according to your needs.
For more information see the Configuration Files section in the Lumen documentation.
Available configuration options:
- schema
stringSchema class name, must be an instance ofYoushido\GraphQL\Schema\Schema - type_resolver
stringType resolver class name, must be an instance ofDigia\Lumen\GraphQL\Contracts\TypeResolverInterface - processor
stringOptional processor class name, must be an instance ofYoushido\GraphQL\Execution\Processor - enable_graphiql
boolWhether or not the GraphiQL interface is enabled - graphiql_token
stringToken required for accessing the GraphiQL interface
Bootstrapping
Add the following line to :
Add the following lines to :
NOTE: Make sure that your route group does not have a attribute. Otherwise Lumen will be unable to find the .
Contributing
Please read the guidelines.
License
See LICENSE.
All versions of lumen-graphql with dependencies
digiaonline/json-helpers Version ^1.0
illuminate/console Version ^5.5
illuminate/support Version ^5.5
jalle19/laravel-lost-interfaces Version ^1.0
youshido/graphql Version ^1.5
