charlypoly / graphql-to-json-schema

GraphQL Schema to JSON Schema
MIT License
202 stars 25 forks source link

Convert json to graphl schema ? #37

Closed anuraggo closed 3 years ago

anuraggo commented 3 years ago

Hi @charlypoly

I want to convert back the JSON schema(generated using 'graphql-to-json-schema') to GraphQL schema. Do we have any such method or way to do it ?

Please let me know. Any kind of help is appreciated.

Thanks, Anurag

charlypoly commented 3 years ago

Hi @anuraggo

Unfortunately, there is no such method for now. I might need a JSON Schema to GraphQL soon, so I might create a json-schema-to-graphql repo.

I the meantime, you can try the following repo: jsonschema-to-graphql

charlypoly commented 3 years ago

Hi @anuraggo 👋🏼

I just published json-schema-to-graphql

Best,

anuraggo commented 3 years ago

Thanks :-)