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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T13:33:50.000Z (over 7 years ago)
- Last Synced: 2025-02-01T07:41:10.399Z (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] [](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