We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1416fd + 2d5329a commit f74e600Copy full SHA for f74e600
README.md
@@ -1,4 +1,6 @@
1
# graphql-json-schema
2
+[](https://travis-ci.org/jakubfiala/graphql-json-schema)
3
+
4
Converts GraphQL Schema Language to JSON Schema
5
6
## Installation
@@ -44,7 +46,7 @@ npm install graphql-json-schema
44
46
console.log(schema);
45
47
```
48
-the code above returns the following JSON:
49
+the code above returns the following JSON as a plain JS object:
50
51
```json
52
{
0 commit comments