@slatestudio/common-graphql

GraphQL API adaptor for common-service

Usage no npm install needed!

<script type="module">
  import slatestudioCommonGraphql from 'https://cdn.skypack.dev/@slatestudio/common-graphql';
</script>

README

Common GraphQL

Adds GraphQL API interface to the common service.

Usage example:

'use strict'

const { Graphql } = require('@slatestudio/common-graphql')
const { App: CommonApp } = require('@slatestudio/common-service')

class App extends Graphql(CommonApp) {}

module.exports = App

GraphQL API and GraphiQL tool could be accessed via [BASE_PATH]/graphql path.