mfreeman451 / quasar-amplify-demo

A Quasar Framework and AWS Amplify sample Todo application
39 stars 14 forks source link

Graphql schema format #3

Open uasaigoli opened 4 years ago

uasaigoli commented 4 years ago

Michael, Really awesome project and detailed articles that you have published in the medium.

This is not an issue! but needed some insight before making some changes. I want to make changes to graphql API and I am looking graphql schema that us in javascript object format. It is very hard to make changes in that format. How did you generate objects from a human-readable format? Ideally, I want to write it in a human-readable format and then convert it into the format of an object if needed. I truly appreciate your insight.