express-nemo-route-graphql

A middleware for express to add a route that handles ping route in an api

Usage no npm install needed!

<script type="module">
  import expressNemoRouteGraphql from 'https://cdn.skypack.dev/express-nemo-route-graphql';
</script>

README

express-nemo-route-graphql

A middleware for express to add a route that handles graphql route in an api.

Options

Name Required Default value Description
graphqlSchema yes A graphql schema object that makeExecutableSchema will process in graphql-tools