Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pa-bru/graphql-json-object-type

A Json object scalar type for GraphQL.js
https://github.com/pa-bru/graphql-json-object-type

graphql graphql-json json object type

Last synced: about 1 month ago
JSON representation

A Json object scalar type for GraphQL.js

Awesome Lists containing this project

README

        

# graphql-json-object-type [![Travis][build-badge]][build] [![npm](https://img.shields.io/npm/v/graphql-json-object-type.svg)](https://www.npmjs.com/package/graphql-json-object-type)

A Json object scalar type for [GraphQL.js](https://github.com/graphql/graphql-js).

## Usage

```js
import JsonObject from 'graphql-json-object-type';
```

[build-badge]: https://travis-ci.org/pa-bru/graphql-json-object-type.svg?branch=master
[build]: https://travis-ci.org/pa-bru/graphql-json-object-type