@johnrjj/json-schema-to-graphql-types

1.3.2 • Public • Published

JSON Schema to GraphQL Types Converter

Greenkeeper badge Build Status Coverage Status

This tools will convert a directory of JSON Schemas into set of GraphQL types. To use it, do the following:

npm install -g @lifeomic/json-schema-to-graphql-types
convert-json-schemas-to-graphql-types <some-dir-with-json-schemas>

When that is run, the tool will output a list of GraphQL types that match the types in the JSON schemas. After generating the types, you'll need to create Query and Mutation types to complete you schema and then add resolvers as needed.

Package Sidebar

Install

npm i @johnrjj/json-schema-to-graphql-types

Weekly Downloads

1

Version

1.3.2

License

MIT

Unpacked Size

48.2 kB

Total Files

26

Last publish

Collaborators

  • johnrjj