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

1.4.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.

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

    Package Sidebar

    Install

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

    Weekly Downloads

    525

    Version

    1.4.2

    License

    MIT

    Unpacked Size

    51 kB

    Total Files

    18

    Last publish

    Collaborators

    • lifeomicdev
    • npm-lifeomicdev-github