graphiql-sessionist

0.1.1 • Public • Published

GraphiQL-Sessionist

GraphiQL with support for the Sessionist Authorization HTTP Header.

Built static version of the site is in the build/ directory. It is build to be statically hosted from the /graphiql URL on your domain, with the GraphQL endpoint at /graphql.

Example usage

Using express' .static():

const app = express();
app.use('/graphql', graphql.middleware);
app.use('/graphiql', express.static(__directory + '/node_modules/graphiql-sessionist/build'));

How to build

npm i yarn
node_modules/.bin/yarn
node_modules/.bin/yarn build

Readme

Keywords

none

Package Sidebar

Install

npm i graphiql-sessionist

Weekly Downloads

3

Version

0.1.1

License

none

Unpacked Size

6.43 MB

Total Files

30

Last publish

Collaborators

  • alfredgodoy