hapi-plugin-graphiql icon indicating copy to clipboard operation
hapi-plugin-graphiql copied to clipboard

Make it Hapi 17 compatible

Open Aconradty opened this issue 7 years ago • 3 comments

Hapi's breaking changes => https://github.com/hapijs/hapi/issues/3658 Fast merge would be appreciated !

Aconradty avatar Jan 02 '18 10:01 Aconradty

+1

phenomax avatar Jan 30 '18 20:01 phenomax

+1

Elpayet avatar Dec 15 '18 22:12 Elpayet

Seems like the PR has somehow already been merged. Adding a name when registrating the plugin may still be necessary:

await app.register({
  plugin : {
    name    : 'graphiqlHapiPlugin',
    register: graphiqlPlugin.plugin.register
  },
  options: {
    ...<plugin options here>
  }
})

Elpayet avatar Dec 15 '18 22:12 Elpayet