Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pa-bru/graphql-json-object-type
- Owner: pa-bru
- License: mit
- Created: 2017-11-24T19:13:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T13:33:50.000Z (almost 7 years ago)
- Last Synced: 2024-08-10T11:16:14.502Z (3 months ago)
- Topics: graphql, graphql-json, json, object, type
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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