2017 © Pedro Peláez
 

library zend-expressive-graphiql

Zend Expressive GraphiQL extension

image

stefanorg/zend-expressive-graphiql

Zend Expressive GraphiQL extension

  • Wednesday, January 18, 2017
  • by stefanorg
  • Repository
  • 1 Watchers
  • 1 Stars
  • 27 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Zend Expressive GraphiQL extension

GraphQL in-browser interface to explore graphql server, (*1)

Assets

You need to copy the graphql assets in your public assets folder., (*2)

Template

A twig template is provided but you can write your own template using the template engines supported by zend-expressive, (*3)

If you want to override the default configuration, add a configuration for graphql::graphiql template in your templates.global.php and place the graphiql.html.php, (*4)

'templates' => [
        'extension' => 'html.php', //<-- Your extension
        'paths'     => [
            'graphql'    => ['templates/graphql'],
            ...
        ],
    ],

The Versions

18/01 2017

dev-master

9999999-dev https://github.com/stefanorg/zend-expressive-graphiql

Zend Expressive GraphiQL extension

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

twig expressive graphql graphiql