1.1.1 • Published 4 years ago

@slatestudio/common-graphql v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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.