fix graphiql docs for hapi

This commit is contained in:
hoishin 2018-05-02 23:28:27 +09:00 committed by unknown
parent c5d0c43b55
commit 1a009c6d4d

View file

@ -63,7 +63,7 @@ If you are using Hapi, GraphiQL can be configured as follows:
import { graphiqlHapi } from 'apollo-server-hapi';
server.register({
register: graphiqlHapi,
plugin: graphiqlHapi,
options: {
path: '/graphiql',
graphiqlOptions: {