graphiql-azure-functions

1.0.5 • Public • Published

graphiql-azure-functions

Easy deployment of GraphiQL to Azure Functions

Installation

npm install --save graphiql-azure-functions

Example

const graphiqlAzureFunctions = require('graphiql-azure-functions');
 
module.exports = function(context) {
  graphiqlAzureFunctions({
    graphqlUrl: '/api/graphql',
  })(context);
}

/graphiql-azure-functions/

    Package Sidebar

    Install

    npm i graphiql-azure-functions

    Weekly Downloads

    10

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • sgnh