UNPKG

@feathers-plus/graphql

Version:

A high performance GraphQL adapter for SQL and non-SQL databases.

13 lines (9 loc) 158 B
const GraphQLJSON = require('graphql-type-json'); module.exports = { resolverTypes: { JSON: GraphQLJSON }, schemaTypes: ` scalar JSON ` };